aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 1c7f2e74f..c4724945d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -86,6 +86,9 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
implementation 'com.google.guava:guava:28.1-jre'
+ implementation ('com.github.AppIntro:AppIntro:5.1.0') {
+ exclude group: 'org.jetbrains' , module:'annotations'
+ }
}
ext {