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 04793bc commit d7eac87Copy full SHA for d7eac87
firebase-firestore/firebase-firestore.gradle
@@ -161,7 +161,7 @@ dependencies {
161
testImplementation 'androidx.test:core:1.2.0'
162
testImplementation "org.hamcrest:hamcrest-junit:2.0.0.0"
163
testImplementation 'org.mockito:mockito-core:2.25.0'
164
- testImplementation ("org.robolectric:robolectric:4.8.1") {
+ testImplementation ("org.robolectric:robolectric:4.8.2") {
165
exclude group: 'com.google.protobuf', module: 'protobuf-java'
166
}
167
testImplementation "com.google.truth:truth:$googleTruthVersion"
0 commit comments