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 0fcf16d + 8798722 commit 4073110Copy full SHA for 4073110
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.14")
+ testImplementation("org.robolectric:robolectric:4.14.1")
120
121
androidTestImplementation("androidx.test:core:$androidXTestVersion")
122
androidTestImplementation("junit:junit:$junitVersion")
0 commit comments