Skip to content

Commit

Permalink
Bump Guava to 33.0.0-android (#4177)
Browse files Browse the repository at this point in the history
- Bump Guava to the latest version, which removes the need for a dependency resolution strategy and (hopefully) un-breaks dependabot updates.
  • Loading branch information
jpelgrom authored Feb 2, 2024
1 parent 1786a7d commit bd38cfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 0 additions & 7 deletions wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

0 comments on commit bd38cfb

Please sign in to comment.