Skip to content

Commit 50f96a2

Browse files
committed
Upgrade roboElectric to fix unittest with JDK 17+
1 parent 540ae17 commit 50f96a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ dependencies {
201201
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21")
202202
testImplementation("junit:junit:4.13.2")
203203
testImplementation("org.mockito:mockito-core:3.9.0")
204-
testImplementation("org.robolectric:robolectric:4.5.1")
204+
testImplementation("org.robolectric:robolectric:4.10")
205205
testImplementation("androidx.test:core:1.4.0")
206206
}

0 commit comments

Comments
 (0)