File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ firebase-bom = "32.7.1"
28
28
firebaseAppdistributionGradle = " 4.0.1"
29
29
fragment-ktx = " 1.6.2"
30
30
googleServices = " 4.4.0"
31
- guava = " 32.1.1 -android"
31
+ guava = " 33.0.0 -android"
32
32
healthServicesClient = " 1.0.0-rc01"
33
33
hilt = " 2.50"
34
34
iconics = " 5.4.0"
Original file line number Diff line number Diff line change @@ -128,10 +128,3 @@ dependencies {
128
128
implementation(platform(libs.firebase.bom))
129
129
implementation(libs.firebase.messaging)
130
130
}
131
-
132
- // https://github.com/google/guava/releases/tag/v32.1.0: Reporting dependencies that overlap with Guava
133
- configurations.all {
134
- resolutionStrategy.capabilitiesResolution.withCapability(" com.google.guava:listenablefuture" ) {
135
- select(" com.google.guava:guava:0" )
136
- }
137
- }
You can’t perform that action at this time.
0 commit comments