Bump Guava to 33.0.0-android (#4177)

- Bump Guava to the latest version, which removes the need for a dependency resolution strategy and (hopefully) un-breaks dependabot updates.
This commit is contained in:
Joris Pelgröm 2024-02-02 21:27:43 +01:00 committed by GitHub
parent 1786a7d3e6
commit bd38cfb7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View file

@ -28,7 +28,7 @@ firebase-bom = "32.7.1"
firebaseAppdistributionGradle = "4.0.1"
fragment-ktx = "1.6.2"
googleServices = "4.4.0"
guava = "32.1.1-android"
guava = "33.0.0-android"
healthServicesClient = "1.0.0-rc01"
hilt = "2.50"
iconics = "5.4.0"

View file

@ -128,10 +128,3 @@ dependencies {
implementation(platform(libs.firebase.bom))
implementation(libs.firebase.messaging)
}
// https://github.com/google/guava/releases/tag/v32.1.0: Reporting dependencies that overlap with Guava
configurations.all {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.guava:listenablefuture") {
select("com.google.guava:guava:0")
}
}