Update org.robolectric:android-all to 4.4_r1-robolectric-r2

Possibly could fix flaky parcelize plugin tests on Windows OS.
This commit is contained in:
Yahor Berdnikau
2022-06-20 10:09:37 +02:00
committed by Space
parent ec545f6273
commit 4d47cf07be
2 changed files with 11 additions and 9 deletions
@@ -49,7 +49,7 @@ dependencies {
testApi(commonDependency("junit:junit"))
robolectricClasspath(commonDependency("org.robolectric", "robolectric"))
robolectricClasspath("org.robolectric:android-all:4.4_r1-robolectric-1")
robolectricClasspath("org.robolectric:android-all:4.4_r1-robolectric-r2")
robolectricClasspath(project(":plugins:parcelize:parcelize-runtime")) { isTransitive = false }
robolectricClasspath(project(":kotlin-android-extensions-runtime")) { isTransitive = false }