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.
2 parents 7068f57 + 199c243 commit 10bf27aCopy full SHA for 10bf27a
app/build.gradle.kts
@@ -116,7 +116,7 @@ dependencies {
116
val junitVersion = "4.13.2"
117
testImplementation("androidx.test:core:$androidXTestVersion")
118
testImplementation("junit:junit:$junitVersion")
119
- testImplementation("org.robolectric:robolectric:4.13")
+ testImplementation("org.robolectric:robolectric:4.14")
120
121
androidTestImplementation("androidx.test:core:$androidXTestVersion")
122
androidTestImplementation("junit:junit:$junitVersion")
0 commit comments