diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
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. |