Skip to content

Commit

Permalink
- update to SDK 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Aug 25, 2023
1 parent e75012e commit a30f6b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The latest release is available on [Maven Central](https://search.maven.org/arti

Add the GIPHY SDK dependency in the module ```build.gradle``` file:
```
implementation 'com.giphy.sdk:ui:2.3.9'
implementation 'com.giphy.sdk:ui:2.3.10'
```

### Configure your API key
Expand Down
2 changes: 1 addition & 1 deletion Docs_Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The latest release is available on [Maven Central](https://search.maven.org/arti

Add the GIPHY SDK dependency in the module ```build.gradle``` file:
```
implementation 'com.giphy.sdk:ui:2.3.9'
implementation 'com.giphy.sdk:ui:2.3.10'
```

### Configure your API key
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "com.google.android.material:material:1.1.0"
implementation "com.giphy.sdk:ui:2.3.9"
implementation "com.giphy.sdk:ui:2.3.10"
implementation("com.google.android.exoplayer:exoplayer-core:2.18.1")
implementation("com.google.android.exoplayer:exoplayer-ui:2.18.1")
implementation 'com.github.bumptech.glide:glide:4.12.0'
Expand Down

0 comments on commit a30f6b8

Please sign in to comment.