File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
113115gradle. projectsEvaluated {
Original file line number Diff line number Diff 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
179181gradle. projectsEvaluated {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments