From cf20db621fbb53fabbc48f6552e8309c9307dd5a Mon Sep 17 00:00:00 2001 From: Alexander Lonsky Date: Mon, 31 Jan 2022 17:49:32 +0200 Subject: [PATCH] - update to SDK 2.1.16 --- Docs.md | 2 +- Docs_Java.md | 2 +- app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs.md b/Docs.md index f28bea3..aa2ef43 100644 --- a/Docs.md +++ b/Docs.md @@ -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.15' +implementation 'com.giphy.sdk:ui:2.1.16' ``` ### Configure your API key diff --git a/Docs_Java.md b/Docs_Java.md index 0072894..26555d5 100644 --- a/Docs_Java.md +++ b/Docs_Java.md @@ -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.15' +implementation 'com.giphy.sdk:ui:2.1.16' ``` ### Configure your API key diff --git a/app/build.gradle b/app/build.gradle index 36bce6a..2f2ae9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.15" + implementation "com.giphy.sdk:ui:2.1.16" 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"