Skip to content

Commit 6e12f10

Browse files
committed
Guava for FIAM
1 parent 0740b22 commit 6e12f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-inappmessaging/firebase-inappmessaging.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ configurations.all {
9999
if(it.name.contains('AndroidTestRuntimeClasspath')) {
100100
it.resolutionStrategy {
101101
force 'org.checkerframework:checker-compat-qual:2.5.5'
102-
force 'com.google.guava:guava:30.1-android'
102+
force 'com.google.guava:guava:30.1.1-android'
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)