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 'com.google.truth:truth:' + truthVersion
|
||||
androidTestImplementation project(modulePrefix + 'test-utils')
|
||||
androidTestCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||
}
|
||||
|
||||
ext {
|
||||
|
@ -54,6 +54,7 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
|
||||
androidTestImplementation 'com.google.truth:truth:' + truthVersion
|
||||
androidTestImplementation project(modulePrefix + 'test-utils')
|
||||
androidTestCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||
}
|
||||
|
||||
ext {
|
||||
|
Loading…
x
Reference in New Issue
Block a user