We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c89af commit afee7e5Copy full SHA for afee7e5
templates/android/library/build.gradle.twig
@@ -79,7 +79,7 @@ dependencies {
79
testImplementation("junit:junit:4.13.2")
80
testImplementation("androidx.test.ext:junit-ktx:1.1.5")
81
testImplementation("androidx.test:core-ktx:1.5.0")
82
- testImplementation("org.robolectric:robolectric:4.5.1")
+ testImplementation("org.robolectric:robolectric:4.11.1")
83
testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
84
}
85
0 commit comments