Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 64704b1 commit 4ee22b1
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:32.1.3-android'
implementation 'com.google.guava:guava:33.0.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Lifecycle
Expand Down
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
buildscript {
ext {
kotlin_version = "1.9.21"
hilt_version = '2.49'
hilt_version = '2.50'
lifecycle_version = "2.6.2"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-wear-compose = "1.2.1"
core-splashscreen = "1.0.1"
dagger = "2.49"
health-services = "1.0.0-rc01"
horologist = "0.5.14"
horologist = "0.5.15"
org-jetbrains-kotlin = "1.9.21"

[libraries]
Expand All @@ -34,7 +34,7 @@ compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview"
compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.2.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"}
guava = "com.google.guava:guava:32.1.3-android"
guava = "com.google.guava:guava:33.0.0-android"
hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.1.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 @@ -69,7 +69,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:32.1.3-android'
implementation 'com.google.guava:guava:33.0.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Lifecycle
Expand Down
2 changes: 1 addition & 1 deletion health-services/MeasureData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
buildscript {
ext {
kotlin_version = '1.9.21'
hilt_version = '2.49'
hilt_version = '2.50'
lifecycle_version = '2.3.1'
}
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-wear-compose = "1.2.1"
compose = "1.5.4"
compose-compiler = "1.5.6"
concurrent-futures = "1.1.0"
guava = "32.1.3-android"
guava = "33.0.0-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.21"
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-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:32.1.3-android'
implementation 'com.google.guava:guava:33.0.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Datastore
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
buildscript {
ext {
kotlin_version = '1.9.21'
hilt_version = '2.49'
hilt_version = '2.50'
lifecycle_version = '2.6.2'
}
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidx-work = "2.9.0"
compose = "1.5.4"
compose-compiler = "1.5.6"
concurrent-futures = "1.1.0"
guava = "32.1.3-android"
guava = "33.0.0-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.21"
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-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:32.1.3-android'
implementation 'com.google.guava:guava:33.0.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Datastore
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
buildscript {
ext {
kotlin_version = "1.9.21"
hilt_version = '2.49'
hilt_version = '2.50'
lifecycle_version = "2.6.2"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidx-work = "2.9.0"
compose = "1.5.4"
compose-compiler = "1.5.6"
concurrent-futures = "1.1.0"
guava = "32.1.3-android"
guava = "33.0.0-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.21"
Expand Down

0 comments on commit 4ee22b1

Please sign in to comment.