Skip to content

Commit

Permalink
Merge pull request #216 from Giphy/task/update-demo-2.3.13
Browse files Browse the repository at this point in the history
- update to SDK 2.3.13
  • Loading branch information
ALexanderLonsky authored Oct 31, 2023
2 parents 5d2f5a8 + 952c76f commit f1d446f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.12'
implementation 'com.giphy.sdk:ui:2.3.13'
```

### 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.12'
implementation 'com.giphy.sdk:ui:2.3.13'
```

### Configure your API key
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ dependencies {
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "com.google.android.material:material:1.9.0"
implementation "com.giphy.sdk:ui:2.3.12"
implementation "com.google.android.material:material:1.10.0"
implementation "com.giphy.sdk:ui:2.3.13"
implementation("androidx.media3:media3-exoplayer:1.1.1")
implementation("androidx.media3:media3-ui:1.1.1")
implementation 'com.github.bumptech.glide:glide:4.12.0'
Expand Down

0 comments on commit f1d446f

Please sign in to comment.