Skip to content

Commit d7eac87

Browse files
authored
Fix robolectric SQLite issue with Apple Silicon (#4019)
1 parent 04793bc commit d7eac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies {
161161
testImplementation 'androidx.test:core:1.2.0'
162162
testImplementation "org.hamcrest:hamcrest-junit:2.0.0.0"
163163
testImplementation 'org.mockito:mockito-core:2.25.0'
164-
testImplementation ("org.robolectric:robolectric:4.8.1") {
164+
testImplementation ("org.robolectric:robolectric:4.8.2") {
165165
exclude group: 'com.google.protobuf', module: 'protobuf-java'
166166
}
167167
testImplementation "com.google.truth:truth:$googleTruthVersion"

0 commit comments

Comments
 (0)