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 540ae17 commit 50f96a2Copy full SHA for 50f96a2
main/build.gradle.kts
@@ -201,6 +201,6 @@ dependencies {
201
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21")
202
testImplementation("junit:junit:4.13.2")
203
testImplementation("org.mockito:mockito-core:3.9.0")
204
- testImplementation("org.robolectric:robolectric:4.5.1")
+ testImplementation("org.robolectric:robolectric:4.10")
205
testImplementation("androidx.test:core:1.4.0")
206
}
0 commit comments