Skip to content

Commit

Permalink
Merge pull request #184 from Giphy/task/update-demo-2.1.17
Browse files Browse the repository at this point in the history
- update to SDK 2.1.17
  • Loading branch information
ALexanderLonsky authored Feb 17, 2022
2 parents 9657ae1 + 13cf14e commit 2e7ad04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.16'
implementation 'com.giphy.sdk:ui:2.1.17'
```

### 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 @@ -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.1.16'
implementation 'com.giphy.sdk:ui:2.1.17'
```

### Configure your API key
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: "kotlin-android"
apply plugin: "kotlin-parcelize"

android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
applicationId "com.giphy.sdk.uidemo"
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down Expand Up @@ -47,7 +47,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.1.16"
implementation "com.giphy.sdk:ui:2.1.17"
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation "com.squareup.leakcanary:leakcanary-android:1.6.3"
implementation "com.github.savvyapps:ToggleButtonLayout:1.2.0"
Expand Down

0 comments on commit 2e7ad04

Please sign in to comment.