From f6ac6cf9a63659269cfcf0806ba192e52f94b03e Mon Sep 17 00:00:00 2001 From: ALexanderLonsky Date: Wed, 26 Apr 2023 18:06:00 +0300 Subject: [PATCH] - update to SDK 2.3.4 (#198) --- 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 4b82fdc..fde3ef2 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.3.3' +implementation 'com.giphy.sdk:ui:2.3.4' ``` ### Configure your API key diff --git a/Docs_Java.md b/Docs_Java.md index 95d99ab..a012c11 100644 --- a/Docs_Java.md +++ b/Docs_Java.md @@ -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.3' +implementation 'com.giphy.sdk:ui:2.3.4' ``` ### Configure your API key diff --git a/app/build.gradle b/app/build.gradle index c3f66c7..7c36c8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,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.3.3" + implementation "com.giphy.sdk:ui:2.3.4" implementation("com.google.android.exoplayer:exoplayer-core:2.18.1") implementation("com.google.android.exoplayer:exoplayer-ui:2.18.1") implementation 'com.github.bumptech.glide:glide:4.12.0'