File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
supportAnnotationsVersion = ' 28.0.0'
52
52
googleTruthVersion = ' 1.1.2'
53
53
grpcVersion = ' 1.48.1'
54
- robolectricVersion = ' 4.3.1 '
54
+ robolectricVersion = ' 4.9 '
55
55
protocVersion = ' 3.17.3'
56
56
javaliteVersion = ' 3.17.3'
57
57
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
runtimeOnly project(' :firebase-installations' )
52
52
53
53
testImplementation ' junit:junit:4.13.2'
54
- testImplementation " org.robolectric:robolectric:4.8.1 "
54
+ testImplementation " org.robolectric:robolectric:4.9 "
55
55
testImplementation " com.google.truth:truth:$googleTruthVersion "
56
56
testImplementation ' org.mockito:mockito-inline:3.4.0'
57
57
androidTestImplementation " org.mockito:mockito-android:3.4.0"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
79
79
80
80
testImplementation ' androidx.test:runner:1.4.0'
81
81
testImplementation ' androidx.test:core:1.4.0'
82
- testImplementation " org.robolectric:robolectric:4.5 "
82
+ testImplementation " org.robolectric:robolectric:4.9 "
83
83
testImplementation ' junit:junit:4.13.2'
84
84
testImplementation ' org.mockito:mockito-core:3.4.3'
85
85
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ dependencies {
150
150
testImplementation ' androidx.test:core:1.2.0'
151
151
testImplementation " org.hamcrest:hamcrest-junit:2.0.0.0"
152
152
testImplementation ' org.mockito:mockito-core:2.25.0'
153
- testImplementation (" org.robolectric:robolectric:4.8.2 " ) {
153
+ testImplementation (" org.robolectric:robolectric:4.9 " ) {
154
154
exclude group : ' com.google.protobuf' , module : ' protobuf-java'
155
155
}
156
156
testImplementation " com.google.truth:truth:$googleTruthVersion "
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ dependencies {
113
113
testImplementation ' com.google.android.gms:play-services-cloud-messaging:17.0.1'
114
114
testImplementation ' androidx.test:rules:1.2.0'
115
115
testImplementation ' androidx.test:runner:1.2.0'
116
- testImplementation " org.robolectric:robolectric:4.6.1 "
116
+ testImplementation " org.robolectric:robolectric:4.9 "
117
117
testImplementation ' junit:junit:4.13-beta-2'
118
118
testImplementation ' org.mockito:mockito-core:2.25.0'
119
119
testImplementation " com.google.truth:truth:$googleTruthVersion "
You can’t perform that action at this time.
0 commit comments