exclude org.jetbrain annotations globally
This commit is contained in:
parent
83c1ba7b1c
commit
896d73858d
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue