Skip to content

Commit 5a31b19

Browse files
committed
- Changes to dependency versions to make it working for m1 macs.
1 parent f7873ee commit 5a31b19

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ext {
4747
supportAnnotationsVersion = '28.0.0'
4848
googleTruthVersion = '1.1.2'
4949
grpcVersion = '1.44.1'
50-
robolectricVersion = '4.3.1'
50+
robolectricVersion = '4.7.3'
5151
protocVersion = '3.17.3'
5252
javaliteVersion = '3.17.3'
5353
}

firebase-database/firebase-database.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ dependencies {
9797
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
9898
androidTestImplementation 'org.hamcrest:hamcrest-library:2.2'
9999
androidTestImplementation 'net.java:quickcheck:0.6'
100+
androidTestImplementation 'org.codehaus.plexus:plexus-utils:1.5.7'
100101

101102
testImplementation 'junit:junit:4.12'
102103
testImplementation 'org.mockito:mockito-core:2.25.0'
@@ -108,6 +109,7 @@ dependencies {
108109
testImplementation "com.google.truth:truth:$googleTruthVersion"
109110
testImplementation 'androidx.test:core:1.2.0'
110111
testImplementation 'androidx.test:rules:1.2.0'
112+
testImplementation 'org.codehaus.plexus:plexus-utils:1.5.7'
111113
}
112114

113115
gradle.projectsEvaluated {

firebase-firestore/firebase-firestore.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ dependencies {
162162
testImplementation "com.google.truth:truth:$googleTruthVersion"
163163
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
164164
testImplementation 'com.google.guava:guava-testlib:12.0-rc2'
165+
testImplementation 'org.hamcrest:hamcrest:2.2'
165166

166167
androidTestImplementation 'junit:junit:4.12'
167168
androidTestImplementation("com.google.truth:truth:$googleTruthVersion"){
@@ -174,6 +175,7 @@ dependencies {
174175
androidTestImplementation 'androidx.test:runner:1.2.0'
175176
androidTestImplementation 'androidx.test:rules:1.2.0'
176177
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
178+
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
177179
}
178180

179181
gradle.projectsEvaluated {

firebase-installations/firebase-installations.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656
testImplementation "com.google.truth:truth:$googleTruthVersion"
5757
testImplementation 'org.mockito:mockito-core:2.25.0'
5858
testImplementation 'org.mockito:mockito-inline:2.25.0'
59+
testImplementation 'org.hamcrest:hamcrest:2.2'
5960

6061
androidTestImplementation project(':integ-testing')
6162
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
@@ -65,4 +66,5 @@ dependencies {
6566
androidTestImplementation "androidx.annotation:annotation:1.0.0"
6667
androidTestImplementation 'org.mockito:mockito-core:2.25.0'
6768
androidTestImplementation 'org.mockito:mockito-inline:2.25.0'
69+
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
6870
}

0 commit comments

Comments
 (0)