Use androidx.annotation rather than JSR305 annotations.

This commit is contained in:
Andreas Schildbach 2018-11-30 15:23:17 +01:00
parent bd88039eb2
commit 4d638b0b02
24 changed files with 26 additions and 44 deletions

View file

@ -20,7 +20,6 @@ dependencies {
compile 'org.osmdroid:osmdroid-android:6.0.2'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.3.0-2'
compile 'com.google.code.findbugs:jsr305:3.0.0'
testCompile 'junit:junit:4.12'
}