From dec70826e4b6c6c72ebca5e4bd54cb90e570fc28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:43:03 +0000 Subject: [PATCH] Update all dependencies --- health-connect/HealthConnectSample/app/build.gradle | 2 +- health-connect/HealthConnectSample/build.gradle | 2 +- .../HealthPlatformSample/app/build.gradle | 2 +- health-platform-v1/HealthPlatformSample/build.gradle | 2 +- health-services/ExerciseSample/app/build.gradle | 2 +- health-services/ExerciseSample/build.gradle | 2 +- .../ExerciseSampleCompose/gradle/libs.versions.toml | 12 ++++++------ health-services/MeasureData/app/build.gradle | 2 +- health-services/MeasureData/build.gradle | 2 +- .../MeasureDataCompose/gradle/libs.versions.toml | 8 ++++---- health-services/PassiveData/app/build.gradle | 2 +- health-services/PassiveData/build.gradle | 2 +- .../PassiveDataCompose/gradle/libs.versions.toml | 8 ++++---- health-services/PassiveGoals/app/build.gradle | 2 +- health-services/PassiveGoals/build.gradle | 2 +- .../PassiveGoalsCompose/gradle/libs.versions.toml | 8 ++++---- 16 files changed, 30 insertions(+), 30 deletions(-) diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index 66908303..9ca28178 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.01') + def composeBom = platform('androidx.compose:compose-bom:2024.02.02') implementation(composeBom) // For Health Connect diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index eeaf86e6..95c9200a 100644 --- a/health-connect/HealthConnectSample/build.gradle +++ b/health-connect/HealthConnectSample/build.gradle @@ -30,7 +30,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/health-platform-v1/HealthPlatformSample/app/build.gradle b/health-platform-v1/HealthPlatformSample/app/build.gradle index be60ab77..dc7649f3 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.01') + def composeBom = platform('androidx.compose:compose-bom:2024.02.02') implementation(composeBom) // For Health Platform diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 8e16aa36..255d87b7 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -30,7 +30,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/health-services/ExerciseSample/app/build.gradle b/health-services/ExerciseSample/app/build.gradle index cb72820c..ee245885 100644 --- a/health-services/ExerciseSample/app/build.gradle +++ b/health-services/ExerciseSample/app/build.gradle @@ -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:33.0.0-android' + implementation 'com.google.guava:guava:33.1.0-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" // Lifecycle diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index 856f25f7..ad2a47fc 100644 --- a/health-services/ExerciseSample/build.gradle +++ b/health-services/ExerciseSample/build.gradle @@ -28,7 +28,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index ed552b15..71b866cb 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" +android-gradle-plugin = "8.3.1" androidx-activity = "1.8.2" -androidx-compose = "1.6.2" +androidx-compose = "1.6.3" androidx-lifecycle = "2.7.0" androidx-wear-compose = "1.3.0" core-splashscreen = "1.0.1" dagger = "2.51" health-services = "1.0.0-rc01" -horologist = "0.5.22" +horologist = "0.5.25" org-jetbrains-kotlin = "1.9.22" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1" 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.2" +androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.3" 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" } @@ -35,7 +35,7 @@ compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.0" 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.0.0-android" +guava = "com.google.guava:guava:33.1.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" } diff --git a/health-services/MeasureData/app/build.gradle b/health-services/MeasureData/app/build.gradle index 050470aa..a2adfb26 100644 --- a/health-services/MeasureData/app/build.gradle +++ b/health-services/MeasureData/app/build.gradle @@ -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:33.0.0-android' + implementation 'com.google.guava:guava:33.1.0-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" // Lifecycle diff --git a/health-services/MeasureData/build.gradle b/health-services/MeasureData/build.gradle index e64083fc..59508cb1 100644 --- a/health-services/MeasureData/build.gradle +++ b/health-services/MeasureData/build.gradle @@ -26,7 +26,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" diff --git a/health-services/MeasureDataCompose/gradle/libs.versions.toml b/health-services/MeasureDataCompose/gradle/libs.versions.toml index 3004259f..01140c08 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] accompanist-permissions = "0.34.0" -android-gradle-plugin = "8.2.2" +android-gradle-plugin = "8.3.1" androidx-activity = "1.8.2" androidx-lifecycle = "2.7.0" androidx-wear-compose = "1.3.0" -compose = "1.6.2" +compose = "1.6.3" compose-compiler = "1.5.10" concurrent-futures = "1.1.0" -guava = "33.0.0-android" +guava = "33.1.0-android" health-services = "1.0.0-rc01" ktlint = "0.46.1" org-jetbrains-kotlin = "1.9.22" @@ -15,7 +15,7 @@ org-jetbrains-kotlinx = "1.6.0" [libraries] accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" } -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } diff --git a/health-services/PassiveData/app/build.gradle b/health-services/PassiveData/app/build.gradle index 2c306394..a85337a8 100644 --- a/health-services/PassiveData/app/build.gradle +++ b/health-services/PassiveData/app/build.gradle @@ -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:33.0.0-android' + implementation 'com.google.guava:guava:33.1.0-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" // Datastore diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index 518973a4..84908f29 100644 --- a/health-services/PassiveData/build.gradle +++ b/health-services/PassiveData/build.gradle @@ -26,7 +26,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index e95c48f5..d62a6d4a 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanist-permissions = "0.34.0" -android-gradle-plugin = "8.2.2" +android-gradle-plugin = "8.3.1" androidx-activity = "1.8.2" androidx-datastore = "1.0.0" androidx-lifecycle = "2.7.0" @@ -8,10 +8,10 @@ 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.2" +compose = "1.6.3" compose-compiler = "1.5.10" concurrent-futures = "1.1.0" -guava = "33.0.0-android" +guava = "33.1.0-android" health-services = "1.0.0-rc01" ktlint = "0.46.1" org-jetbrains-kotlin = "1.9.22" @@ -19,7 +19,7 @@ org-jetbrains-kotlinx = "1.6.0" [libraries] accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" } -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" } androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" } diff --git a/health-services/PassiveGoals/app/build.gradle b/health-services/PassiveGoals/app/build.gradle index 4e8d9aa1..c6750486 100644 --- a/health-services/PassiveGoals/app/build.gradle +++ b/health-services/PassiveGoals/app/build.gradle @@ -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:33.0.0-android' + implementation 'com.google.guava:guava:33.1.0-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" // Datastore diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index 8f26a54e..d386f56b 100644 --- a/health-services/PassiveGoals/build.gradle +++ b/health-services/PassiveGoals/build.gradle @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index e95c48f5..d62a6d4a 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanist-permissions = "0.34.0" -android-gradle-plugin = "8.2.2" +android-gradle-plugin = "8.3.1" androidx-activity = "1.8.2" androidx-datastore = "1.0.0" androidx-lifecycle = "2.7.0" @@ -8,10 +8,10 @@ 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.2" +compose = "1.6.3" compose-compiler = "1.5.10" concurrent-futures = "1.1.0" -guava = "33.0.0-android" +guava = "33.1.0-android" health-services = "1.0.0-rc01" ktlint = "0.46.1" org-jetbrains-kotlin = "1.9.22" @@ -19,7 +19,7 @@ org-jetbrains-kotlinx = "1.6.0" [libraries] accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" } -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" } androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }