From 0ed50e0285cc1afd7dab5d373f3d68b8bf106581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:27:01 +0000 Subject: [PATCH] Update all dependencies --- health-connect/HealthConnectSample/app/build.gradle | 2 +- health-platform-v1/HealthPlatformSample/app/build.gradle | 2 +- health-platform-v1/HealthPlatformSample/build.gradle | 2 +- health-services/ExerciseSample/app/build.gradle | 4 ++-- .../ExerciseSampleCompose/gradle/libs.versions.toml | 8 ++++---- health-services/MeasureData/app/build.gradle | 4 ++-- .../MeasureDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveData/app/build.gradle | 4 ++-- .../PassiveDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveGoals/app/build.gradle | 4 ++-- .../PassiveGoalsCompose/gradle/libs.versions.toml | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index b4a7e6a0..66908303 100644 --- a/health-connect/HealthConnectSample/app/build.gradle +++ b/health-connect/HealthConnectSample/app/build.gradle @@ -65,7 +65,7 @@ android { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.02.00') + def composeBom = platform('androidx.compose:compose-bom:2024.02.01') implementation(composeBom) // For Health Connect diff --git a/health-platform-v1/HealthPlatformSample/app/build.gradle b/health-platform-v1/HealthPlatformSample/app/build.gradle index caf0b212..be60ab77 100644 --- a/health-platform-v1/HealthPlatformSample/app/build.gradle +++ b/health-platform-v1/HealthPlatformSample/app/build.gradle @@ -70,7 +70,7 @@ android { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.02.00') + def composeBom = platform('androidx.compose:compose-bom:2024.02.01') implementation(composeBom) // For Health Platform diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 2798a48e..8e16aa36 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -18,7 +18,7 @@ buildscript { ext.kotlin_version = '1.9.22' ext { activity_compose_version = '1.8.2' - hilt_navigation_compose_version = '1.1.0' + hilt_navigation_compose_version = '1.2.0' navigation_compose_version = '2.7.7' concurrent_futures_version = '1.1.0' diff --git a/health-services/ExerciseSample/app/build.gradle b/health-services/ExerciseSample/app/build.gradle index 0fffa332..cb72820c 100644 --- a/health-services/ExerciseSample/app/build.gradle +++ b/health-services/ExerciseSample/app/build.gradle @@ -61,8 +61,8 @@ dependencies { // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" kapt "com.google.dagger:hilt-android-compiler:$hilt_version" - implementation 'androidx.hilt:hilt-work:1.1.0' - kapt 'androidx.hilt:hilt-compiler:1.1.0' + implementation 'androidx.hilt:hilt-work:1.2.0' + kapt 'androidx.hilt:hilt-compiler:1.2.0' implementation "androidx.work:work-runtime-ktx:2.9.0" // Wear diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index f7609f9e..ffe90345 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -1,20 +1,20 @@ [versions] android-gradle-plugin = "8.2.2" androidx-activity = "1.8.2" -androidx-compose = "1.6.1" +androidx-compose = "1.6.2" androidx-lifecycle = "2.7.0" androidx-wear-compose = "1.3.0" core-splashscreen = "1.0.1" dagger = "2.50" health-services = "1.0.0-rc01" -horologist = "0.5.21" +horologist = "0.5.22" org-jetbrains-kotlin = "1.9.22" [libraries] android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-compose-navigation = "androidx.navigation:navigation-compose:2.7.7" -androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.1" +androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.2" androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" } androidx-concurrent = "androidx.concurrent:concurrent-futures-ktx:1.1.0" androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" } @@ -36,7 +36,7 @@ dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = 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.0.0-android" -hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.1.0" +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" } horologist-health-composables = { module = "com.google.android.horologist:horologist-health-composables", version.ref = "horologist" } diff --git a/health-services/MeasureData/app/build.gradle b/health-services/MeasureData/app/build.gradle index 230b085d..050470aa 100644 --- a/health-services/MeasureData/app/build.gradle +++ b/health-services/MeasureData/app/build.gradle @@ -61,8 +61,8 @@ dependencies { // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" kapt "com.google.dagger:hilt-android-compiler:$hilt_version" - implementation 'androidx.hilt:hilt-work:1.1.0' - kapt 'androidx.hilt:hilt-compiler:1.1.0' + implementation 'androidx.hilt:hilt-work:1.2.0' + kapt 'androidx.hilt:hilt-compiler:1.2.0' // Wear implementation 'androidx.wear:wear:1.3.0' diff --git a/health-services/MeasureDataCompose/gradle/libs.versions.toml b/health-services/MeasureDataCompose/gradle/libs.versions.toml index 76471f91..3004259f 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -4,7 +4,7 @@ android-gradle-plugin = "8.2.2" androidx-activity = "1.8.2" androidx-lifecycle = "2.7.0" androidx-wear-compose = "1.3.0" -compose = "1.6.1" +compose = "1.6.2" compose-compiler = "1.5.10" concurrent-futures = "1.1.0" guava = "33.0.0-android" diff --git a/health-services/PassiveData/app/build.gradle b/health-services/PassiveData/app/build.gradle index dfafc04c..2c306394 100644 --- a/health-services/PassiveData/app/build.gradle +++ b/health-services/PassiveData/app/build.gradle @@ -60,8 +60,8 @@ dependencies { // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" kapt "com.google.dagger:hilt-android-compiler:$hilt_version" - implementation 'androidx.hilt:hilt-work:1.1.0' - kapt 'androidx.hilt:hilt-compiler:1.1.0' + implementation 'androidx.hilt:hilt-work:1.2.0' + kapt 'androidx.hilt:hilt-compiler:1.2.0' // Wear implementation 'androidx.wear:wear:1.3.0' diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index afbc55f7..e95c48f5 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-wear-compose = "1.3.0" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.0" -compose = "1.6.1" +compose = "1.6.2" compose-compiler = "1.5.10" concurrent-futures = "1.1.0" guava = "33.0.0-android" diff --git a/health-services/PassiveGoals/app/build.gradle b/health-services/PassiveGoals/app/build.gradle index 7153e1ac..4e8d9aa1 100644 --- a/health-services/PassiveGoals/app/build.gradle +++ b/health-services/PassiveGoals/app/build.gradle @@ -60,8 +60,8 @@ dependencies { // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" kapt "com.google.dagger:hilt-android-compiler:$hilt_version" - implementation 'androidx.hilt:hilt-work:1.1.0' - kapt 'androidx.hilt:hilt-compiler:1.1.0' + implementation 'androidx.hilt:hilt-work:1.2.0' + kapt 'androidx.hilt:hilt-compiler:1.2.0' // Wear implementation 'androidx.wear:wear:1.3.0' diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index afbc55f7..e95c48f5 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-wear-compose = "1.3.0" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.0" -compose = "1.6.1" +compose = "1.6.2" compose-compiler = "1.5.10" concurrent-futures = "1.1.0" guava = "33.0.0-android"