mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Upgrade Robolectric dependency to 4.8.1
PiperOrigin-RevId: 446423017
This commit is contained in:
parent
8bb11f3f2b
commit
dec1d37618
2 changed files with 7 additions and 2 deletions
|
|
@ -29,5 +29,10 @@ android {
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
testOptions.unitTests.includeAndroidResources = true
|
testOptions {
|
||||||
|
unitTests.all {
|
||||||
|
jvmArgs "-Xmx2g"
|
||||||
|
}
|
||||||
|
unitTests.includeAndroidResources true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ project.ext {
|
||||||
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
|
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
|
||||||
guavaVersion = '31.0.1-android'
|
guavaVersion = '31.0.1-android'
|
||||||
mockitoVersion = '3.12.4'
|
mockitoVersion = '3.12.4'
|
||||||
robolectricVersion = '4.8-alpha-1'
|
robolectricVersion = '4.8.1'
|
||||||
// Keep this in sync with Google's internal Checker Framework version.
|
// Keep this in sync with Google's internal Checker Framework version.
|
||||||
checkerframeworkVersion = '3.13.0'
|
checkerframeworkVersion = '3.13.0'
|
||||||
checkerframeworkCompatVersion = '2.5.5'
|
checkerframeworkCompatVersion = '2.5.5'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue