mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +00:00
Fix dependency on common module
PiperOrigin-RevId: 322533712
This commit is contained in:
parent
29db445c2c
commit
6c837643b9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,9 +18,9 @@ android.buildTypes.debug.testCoverageEnabled true
|
|||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation 'com.google.guava:guava:' + guavaVersion
|
||||
implementation 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
compileOnly 'com.google.code.findbugs:jsr305:' + jsr305Version
|
||||
compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
|
||||
testImplementation 'org.mockito:mockito-core:' + mockitoVersion
|
||||
testImplementation 'androidx.test:core:' + androidxTestCoreVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue