File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 47
47
supportAnnotationsVersion = ' 28.0.0'
48
48
googleTruthVersion = ' 1.1.2'
49
49
grpcVersion = ' 1.44.1'
50
- robolectricVersion = ' 4.3.1 '
50
+ robolectricVersion = ' 4.7.3 '
51
51
protocVersion = ' 3.17.3'
52
52
javaliteVersion = ' 3.17.3'
53
53
}
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ dependencies {
97
97
androidTestImplementation ' org.hamcrest:hamcrest:2.2'
98
98
androidTestImplementation ' org.hamcrest:hamcrest-library:2.2'
99
99
androidTestImplementation ' net.java:quickcheck:0.6'
100
+ androidTestImplementation ' org.codehaus.plexus:plexus-utils:1.5.7'
100
101
101
102
testImplementation ' junit:junit:4.12'
102
103
testImplementation ' org.mockito:mockito-core:2.25.0'
@@ -108,6 +109,7 @@ dependencies {
108
109
testImplementation " com.google.truth:truth:$googleTruthVersion "
109
110
testImplementation ' androidx.test:core:1.2.0'
110
111
testImplementation ' androidx.test:rules:1.2.0'
112
+ testImplementation ' org.codehaus.plexus:plexus-utils:1.5.7'
111
113
}
112
114
113
115
gradle. projectsEvaluated {
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ dependencies {
162
162
testImplementation " com.google.truth:truth:$googleTruthVersion "
163
163
testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
164
164
testImplementation ' com.google.guava:guava-testlib:12.0-rc2'
165
+ testImplementation ' org.hamcrest:hamcrest:2.2'
165
166
166
167
androidTestImplementation ' junit:junit:4.12'
167
168
androidTestImplementation(" com.google.truth:truth:$googleTruthVersion " ){
@@ -174,6 +175,7 @@ dependencies {
174
175
androidTestImplementation ' androidx.test:runner:1.2.0'
175
176
androidTestImplementation ' androidx.test:rules:1.2.0'
176
177
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
178
+ androidTestImplementation ' org.hamcrest:hamcrest:2.2'
177
179
}
178
180
179
181
gradle. projectsEvaluated {
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ dependencies {
56
56
testImplementation " com.google.truth:truth:$googleTruthVersion "
57
57
testImplementation ' org.mockito:mockito-core:2.25.0'
58
58
testImplementation ' org.mockito:mockito-inline:2.25.0'
59
+ testImplementation ' org.hamcrest:hamcrest:2.2'
59
60
60
61
androidTestImplementation project(' :integ-testing' )
61
62
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
@@ -65,4 +66,5 @@ dependencies {
65
66
androidTestImplementation " androidx.annotation:annotation:1.0.0"
66
67
androidTestImplementation ' org.mockito:mockito-core:2.25.0'
67
68
androidTestImplementation ' org.mockito:mockito-inline:2.25.0'
69
+ androidTestImplementation ' org.hamcrest:hamcrest:2.2'
68
70
}
You can’t perform that action at this time.
0 commit comments