Skip to content

Commit a629f0f

Browse files
Update dependency org.robolectric:robolectric to v4.15
1 parent 095093c commit a629f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

androidApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
debugImplementation(libs.androidx.compose.ui.test.manifest)
7373

7474
testImplementation("androidx.test:core:1.6.1")
75-
testImplementation("org.robolectric:robolectric:4.13")
75+
testImplementation("org.robolectric:robolectric:4.15")
7676
androidTestImplementation("androidx.test:runner:1.6.2")
7777

7878
implementation(project(":shared"))

0 commit comments

Comments
 (0)