File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ configurations.all {
111
111
if (it. name. contains(' AndroidTestRuntimeClasspath' )) {
112
112
it. resolutionStrategy {
113
113
force ' org.checkerframework:checker-compat-qual:2.5.5'
114
- force ' com.google.guava:guava:30.1-android'
114
+ force ' com.google.guava:guava:30.1.1 -android'
115
115
}
116
116
}
117
117
exclude group : " com.google.protobuf" , module : " protobuf-java"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ dependencies {
129
129
implementation " io.grpc:grpc-okhttp:$grpcVersion "
130
130
implementation ' io.reactivex.rxjava2:rxjava:2.1.14'
131
131
implementation ' io.reactivex.rxjava2:rxandroid:2.0.2'
132
- implementation ' com.google.auto.value:auto-value-annotations:1.6.6 '
132
+ implementation ' com.google.auto.value:auto-value-annotations:1.8.1 '
133
133
134
134
implementation(' com.google.firebase:firebase-measurement-connector:18.0.2' ) {
135
135
exclude group : ' com.google.firebase' , module : ' firebase-common'
You can’t perform that action at this time.
0 commit comments