We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b278f62 commit a9a7d87Copy full SHA for a9a7d87
app/build.gradle
@@ -220,7 +220,7 @@ dependencies {
220
testImplementation 'junit:junit:4.13.2'
221
// Once final classes can be mocked, go back to mockito-core.
222
testImplementation 'org.mockito:mockito-inline:5.2.0'
223
- testImplementation 'org.robolectric:robolectric:4.11.1'
+ testImplementation 'org.robolectric:robolectric:4.12'
224
testImplementation 'androidx.test:core:1.5.0'
225
testImplementation 'androidx.test.ext:junit:1.1.5'
226
testImplementation 'androidx.test:rules:1.5.0'
0 commit comments