Rollback of 8d17faea33
*** Original commit ***
Rollback of d7983f9485
*** Original commit ***
Bump Guava version to 31.1
***
***
PiperOrigin-RevId: 526601244
This commit is contained in:
parent
fcec5a29c1
commit
2d968a5d97
@ -27,7 +27,7 @@ project.ext {
|
||||
junitVersion = '4.13.2'
|
||||
// Use the same Guava version as the Android repo:
|
||||
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
|
||||
guavaVersion = '31.0.1-android'
|
||||
guavaVersion = '31.1-android'
|
||||
mockitoVersion = '3.12.4'
|
||||
robolectricVersion = '4.8.1'
|
||||
// Keep this in sync with Google's internal Checker Framework version.
|
||||
|
@ -56,6 +56,7 @@ dependencies {
|
||||
exclude module: modulePrefix.substring(1) + 'library-core'
|
||||
}
|
||||
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:' + okhttpVersion
|
||||
testCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||
testImplementation 'com.squareup.okhttp3:mockwebserver:' + okhttpVersion
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
testImplementation project(modulePrefix + 'test-utils')
|
||||
|
@ -49,6 +49,7 @@ dependencies {
|
||||
testImplementation project(modulePrefix + 'test-data')
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
testImplementation 'com.google.truth:truth:' + truthVersion
|
||||
testCompileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
|
||||
androidTestImplementation 'junit:junit:' + junitVersion
|
||||
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion
|
||||
androidTestImplementation 'com.google.truth:truth:' + truthVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user