Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd38cfb

Browse files
authoredFeb 2, 2024
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.
1 parent 1786a7d commit bd38cfb

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

‎gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ firebase-bom = "32.7.1"
2828
firebaseAppdistributionGradle = "4.0.1"
2929
fragment-ktx = "1.6.2"
3030
googleServices = "4.4.0"
31-
guava = "32.1.1-android"
31+
guava = "33.0.0-android"
3232
healthServicesClient = "1.0.0-rc01"
3333
hilt = "2.50"
3434
iconics = "5.4.0"

‎wear/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,3 @@ dependencies {
128128
implementation(platform(libs.firebase.bom))
129129
implementation(libs.firebase.messaging)
130130
}
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-
}

0 commit comments

Comments
 (0)
Please sign in to comment.