aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-09 15:33:10 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-09 15:33:10 +0100
commit896d73858d98467574c62544bbf97a66b42a3b47 (patch)
treeaa51c4731c025cdf9555cb2aa89bd7437fc4c1aa /build.gradle
parent83c1ba7b1c6e69101f5d0cbef4d2f5c9abe976cc (diff)
exclude org.jetbrain annotations globally
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 {