From bc24b7652e826969d7fbbc511a297ff9659d8d44 Mon Sep 17 00:00:00 2001 From: Alex Lonsky Date: Tue, 6 Aug 2024 18:33:47 +0300 Subject: [PATCH] - update to SDK 2.3.15 --- 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 e602b60..6071a0b 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.14' +implementation 'com.giphy.sdk:ui:2.3.15' ``` ### Configure your API key diff --git a/Docs_Java.md b/Docs_Java.md index 5176b5c..99e123f 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.14' +implementation 'com.giphy.sdk:ui:2.3.15' ``` ### Configure your API key diff --git a/app/build.gradle b/app/build.gradle index dc51283..756d73c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "com.google.android.material:material:1.10.0" - implementation "com.giphy.sdk:ui:2.3.14" + implementation "com.giphy.sdk:ui:2.3.15" 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'