Skip to content

Commit 5fcec3b

Browse files
Merge pull request #232 from Giphy/task/update-demo-2.3.16
- update to SDK 2.3.16
2 parents c4066f7 + f8bb9b3 commit 5fcec3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The latest release is available on [Maven Central](https://search.maven.org/arti
4545

4646
Add the GIPHY SDK dependency in the module ```build.gradle``` file:
4747
```
48-
implementation 'com.giphy.sdk:ui:2.3.15'
48+
implementation 'com.giphy.sdk:ui:2.3.16'
4949
```
5050

5151
### Configure your API key

Docs_Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The latest release is available on [Maven Central](https://search.maven.org/arti
4444

4545
Add the GIPHY SDK dependency in the module ```build.gradle``` file:
4646
```
47-
implementation 'com.giphy.sdk:ui:2.3.15'
47+
implementation 'com.giphy.sdk:ui:2.3.16'
4848
```
4949

5050
### Configure your API key

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation "androidx.appcompat:appcompat:1.6.1"
5656
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
5757
implementation "com.google.android.material:material:1.10.0"
58-
implementation "com.giphy.sdk:ui:2.3.15"
58+
implementation "com.giphy.sdk:ui:2.3.16"
5959
implementation("androidx.media3:media3-exoplayer:1.1.1")
6060
implementation("androidx.media3:media3-ui:1.1.1")
6161
implementation 'com.github.bumptech.glide:glide:4.12.0'

0 commit comments

Comments
 (0)