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 095093c commit a629f0fCopy full SHA for a629f0f
androidApp/build.gradle.kts
@@ -72,7 +72,7 @@ dependencies {
72
debugImplementation(libs.androidx.compose.ui.test.manifest)
73
74
testImplementation("androidx.test:core:1.6.1")
75
- testImplementation("org.robolectric:robolectric:4.13")
+ testImplementation("org.robolectric:robolectric:4.15")
76
androidTestImplementation("androidx.test:runner:1.6.2")
77
78
implementation(project(":shared"))
0 commit comments