Skip to content

Commit

Permalink
Update dependency com.google.guava:guava 33.2.1-android to v33.3.0-an…
Browse files Browse the repository at this point in the history
…droid
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 8253f44 commit 269f05e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Lifecycle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.1"
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger"}
dagger-hilt-android-compiler = {module = "com.google.dagger:hilt-android-compiler", version.ref = "dagger"}
desugar-jdk-libs = "com.android.tools:desugar_jdk_libs:2.0.4"
guava = "com.google.guava:guava:33.2.1-android"
guava = "com.google.guava:guava:33.3.0-android"
hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.2.0"
horologist-compose-layout = { module = "com.google.android.horologist:horologist-compose-layout", version.ref = "horologist" }
horologist-compose-material = { module = "com.google.android.horologist:horologist-compose-material", version.ref = "horologist" }
Expand Down
2 changes: 1 addition & 1 deletion health-services/MeasureData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Lifecycle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-wear-compose = "1.3.1"
compose = "1.7.0-beta07"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
guava = "33.3.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.25"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Datastore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidx-work = "2.9.1"
compose = "1.7.0-beta07"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
guava = "33.3.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.25"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Datastore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidx-work = "2.9.1"
compose = "1.7.0-beta07"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
guava = "33.3.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.25"
Expand Down

0 comments on commit 269f05e

Please sign in to comment.