We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3b78d commit 7208735Copy full SHA for 7208735
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.12'
+ testImplementation 'org.robolectric:robolectric:4.12.1'
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