aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index bcc142909..a1b4e92a4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,6 +35,7 @@ repositories {
configurations {
playstoreImplementation
gitImplementation
+ compile.exclude group: 'org.jetbrains' , module:'annotations'
}
dependencies {
@@ -87,9 +88,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.6.4' //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md)
implementation 'com.squareup.retrofit2:converter-gson:2.6.4'
implementation 'com.google.guava:guava:28.2-android'
- implementation('com.github.AppIntro:AppIntro:5.1.0') {
- exclude group: 'org.jetbrains' , module:'annotations'
- }
+ implementation 'com.github.AppIntro:AppIntro:5.1.0'
}
ext {