File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
firebase-inappmessaging-display Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ configurations.all {
102
102
if (it. name. contains(' AndroidTestRuntimeClasspath' )) {
103
103
it. resolutionStrategy {
104
104
force ' org.checkerframework:checker-compat-qual:2.5.5'
105
- force ' com.google.guava:guava:28 .1-android'
105
+ force ' com.google.guava:guava:30 .1-android'
106
106
}
107
107
}
108
108
exclude group : " com.google.protobuf" , module : " protobuf-java"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dependencies {
102
102
testImplementation " org.mockito:mockito-core:2.25.0"
103
103
testImplementation " com.google.truth:truth:1.0"
104
104
testImplementation ' androidx.test:core:1.2.0'
105
- testImplementation ' com.google.guava:guava:27 .1-android'
105
+ testImplementation ' com.google.guava:guava:30 .1-android'
106
106
107
107
androidTestImplementation " org.mockito:mockito-core:2.25.0"
108
108
androidTestImplementation " com.google.dexmaker:dexmaker:1.2"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ configurations.all {
99
99
if (it. name. contains(' AndroidTestRuntimeClasspath' )) {
100
100
it. resolutionStrategy {
101
101
force ' org.checkerframework:checker-compat-qual:2.5.5'
102
- force ' com.google.guava:guava:28 .1-android'
102
+ force ' com.google.guava:guava:30 .1-android'
103
103
}
104
104
}
105
105
}
@@ -152,7 +152,7 @@ dependencies {
152
152
exclude group : ' com.google.protobuf' , module : ' protobuf-java'
153
153
}
154
154
testImplementation " io.grpc:grpc-testing:$grpcVersion "
155
- testImplementation ' com.google.guava:guava:27 .1-android'
155
+ testImplementation ' com.google.guava:guava:30 .1-android'
156
156
testImplementation ' androidx.test:core:1.2.0'
157
157
158
158
androidTestImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments