Skip to content

Commit afee7e5

Browse files
committed
Fix Android tests
1 parent e9c89af commit afee7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android/library/build.gradle.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation("junit:junit:4.13.2")
8080
testImplementation("androidx.test.ext:junit-ktx:1.1.5")
8181
testImplementation("androidx.test:core-ktx:1.5.0")
82-
testImplementation("org.robolectric:robolectric:4.5.1")
82+
testImplementation("org.robolectric:robolectric:4.11.1")
8383
testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
8484
}
8585

0 commit comments

Comments
 (0)