From 4f414eac37a8bfce85e662cd458c4e192384eb9e Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:23:28 -0400 Subject: Sending comments with a Giphy gif is available. --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index bc8789c7..0e5cf24e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -191,6 +191,8 @@ dependencies { implementation 'androidx.core:core-splashscreen:1.0.1' + implementation 'com.giphy.sdk:ui:2.3.15' + /**** Builds and flavors ****/ // debugImplementation because LeakCanary should only run in debug builds. -- cgit v1.2.3