exclude org.jetbrain annotations globally

This commit is contained in:
Christian Schneppe 2020-02-09 15:33:10 +01:00
parent 83c1ba7b1c
commit 896d73858d
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -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 {