mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add nullness-compat-qual dependency for android tests
PiperOrigin-RevId: 526652129
This commit is contained in:
parent
f3c0256bb4
commit
f1d9a0a819
@ -52,6 +52,7 @@ dependencies {
|
|||||||
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
|
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
|
||||||
androidTestImplementation 'com.google.truth:truth:' + truthVersion
|
androidTestImplementation 'com.google.truth:truth:' + truthVersion
|
||||||
androidTestImplementation project(modulePrefix + 'test-utils')
|
androidTestImplementation project(modulePrefix + 'test-utils')
|
||||||
|
androidTestCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
@ -54,6 +54,7 @@ dependencies {
|
|||||||
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
|
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
|
||||||
androidTestImplementation 'com.google.truth:truth:' + truthVersion
|
androidTestImplementation 'com.google.truth:truth:' + truthVersion
|
||||||
androidTestImplementation project(modulePrefix + 'test-utils')
|
androidTestImplementation project(modulePrefix + 'test-utils')
|
||||||
|
androidTestCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user