Skip to content

Commit 0740b22

Browse files
committed
More upgrades
1 parent d21435a commit 0740b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ configurations.all {
111111
if(it.name.contains('AndroidTestRuntimeClasspath')) {
112112
it.resolutionStrategy {
113113
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'
115115
}
116116
}
117117
exclude group: "com.google.protobuf", module: "protobuf-java"

firebase-inappmessaging/firebase-inappmessaging.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
implementation "io.grpc:grpc-okhttp:$grpcVersion"
130130
implementation 'io.reactivex.rxjava2:rxjava:2.1.14'
131131
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'
133133

134134
implementation('com.google.firebase:firebase-measurement-connector:18.0.2') {
135135
exclude group: 'com.google.firebase', module: 'firebase-common'

0 commit comments

Comments
 (0)