diff --git a/Docs.md b/Docs.md index 10f2752..f5d8276 100644 --- a/Docs.md +++ b/Docs.md @@ -12,7 +12,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.4' +implementation 'com.giphy.sdk:ui:2.1.5' ``` ### Basic Setup diff --git a/app/build.gradle b/app/build.gradle index cf8c5d0..84d5a7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,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.4" + implementation "com.giphy.sdk:ui:2.1.5" implementation "com.squareup.leakcanary:leakcanary-android:1.6.3" implementation "com.github.savvyapps:ToggleButtonLayout:1.2.0" implementation "androidx.gridlayout:gridlayout:1.0.0"