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 ede245e commit 9aa88daCopy full SHA for 9aa88da
android/build.gradle
@@ -144,7 +144,7 @@ dependencies {
144
if ("Playground".toLowerCase() == rootProject.name.toLowerCase()) {
145
// tests only for our playground
146
testImplementation 'junit:junit:4.13.2'
147
- testImplementation "org.robolectric:robolectric:4.14.1"
+ testImplementation "org.robolectric:robolectric:4.16"
148
testImplementation 'org.assertj:assertj-core:3.11.1'
149
testImplementation 'org.mockito:mockito-core:4.0.0'
150
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
android/src/test/resources/robolectric.properties
@@ -0,0 +1,3 @@
1
+# Android SDK 36 requires Java 21, so we force SDK 35 for tests (works with Java 17)
2
+sdk=35
3
+
0 commit comments