Skip to content

Commit

Permalink
Bump com.google.guava:guava from 0 to 22.0
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 0 to 22.0.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits/v22.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 00c2ef6 commit fb2d02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation("androidx.wear.compose:compose-material:1.1.2")
implementation("androidx.wear.compose:compose-navigation:1.1.2")

implementation("com.google.guava:guava:32.1.1-android")
implementation("com.google.guava:guava:22.0")
implementation("androidx.wear.tiles:tiles:1.1.0")
implementation("androidx.wear.tiles:tiles-material:1.1.0")

Expand All @@ -138,6 +138,6 @@ dependencies {
// 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")
select("com.google.guava:guava:22.0")
}
}

0 comments on commit fb2d02e

Please sign in to comment.