mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Add missing indirect build dependency.
Gradle produces build warnings without this dependency. PiperOrigin-RevId: 302045675
This commit is contained in:
parent
429bdfb974
commit
6927192a9d
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue