Remove unused dependency

PiperOrigin-RevId: 301397420
This commit is contained in:
olly 2020-03-17 17:08:09 +00:00 committed by Oliver Woodman
parent 9d5319d6ac
commit 5c4d4762d1

View file

@ -53,7 +53,6 @@ dependencies {
api project(modulePrefix + 'library-common')
api project(modulePrefix + 'library-extractor')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'com.google.code.findbugs:jsr305:' + jsr305Version
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkVersion
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion