From 3912e4b22b4f877e453596448c931c2868b9fb29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:30:57 +0000 Subject: [PATCH] Update all dependencies --- .../HealthConnectSample/app/build.gradle | 6 +++--- .../HealthConnectSample/build.gradle | 10 +++++----- .../HealthPlatformSample/app/build.gradle | 2 +- .../HealthPlatformSample/build.gradle | 8 ++++---- .../ExerciseSample/app/build.gradle | 12 +++++------ health-services/ExerciseSample/build.gradle | 4 ++-- .../gradle/libs.versions.toml | 20 +++++++++---------- health-services/MeasureData/app/build.gradle | 12 +++++------ health-services/MeasureData/build.gradle | 2 +- .../gradle/libs.versions.toml | 10 +++++----- health-services/PassiveData/app/build.gradle | 10 +++++----- health-services/PassiveData/build.gradle | 4 ++-- .../gradle/libs.versions.toml | 12 +++++------ health-services/PassiveGoals/app/build.gradle | 10 +++++----- health-services/PassiveGoals/build.gradle | 4 ++-- .../gradle/libs.versions.toml | 12 +++++------ 16 files changed, 69 insertions(+), 69 deletions(-) diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index 430460bc..1303c1a3 100644 --- a/health-connect/HealthConnectSample/app/build.gradle +++ b/health-connect/HealthConnectSample/app/build.gradle @@ -65,15 +65,15 @@ android { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.03') + def composeBom = platform('androidx.compose:compose-bom:2024.10.01') implementation(composeBom) // For Health Connect implementation "androidx.health.connect:connect-client:$health_connect_version" // Fix permissions issue until 1.1.0-alpha02 - implementation "androidx.core:core:1.13.1" - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core:1.15.0" + implementation "androidx.core:core-ktx:1.15.0" // For viewmodel support implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version" diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index f9b03f89..7e577de3 100644 --- a/health-connect/HealthConnectSample/build.gradle +++ b/health-connect/HealthConnectSample/build.gradle @@ -17,20 +17,20 @@ buildscript { ext.kotlin_version = '1.9.25' ext { - activity_compose_version = '1.9.2' + activity_compose_version = '1.9.3' hilt_navigation_compose_version = '1.0.0' - navigation_compose_version = '2.8.2' + navigation_compose_version = '2.8.3' concurrent_futures_version = '1.2.0' - health_connect_version = '1.1.0-alpha09' - lifecycle_version = '2.8.6' + health_connect_version = '1.1.0-alpha10' + lifecycle_version = '2.8.7' } repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.0' + classpath 'com.android.tools.build:gradle:8.7.2' 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 cf64bbd2..f4d47969 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.09.03') + def composeBom = platform('androidx.compose:compose-bom:2024.10.01') implementation(composeBom) // For Health Platform diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index dc5bfead..1ae8f031 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -17,20 +17,20 @@ buildscript { ext.kotlin_version = '1.9.25' ext { - activity_compose_version = '1.9.2' + activity_compose_version = '1.9.3' hilt_navigation_compose_version = '1.2.0' - navigation_compose_version = '2.8.2' + navigation_compose_version = '2.8.3' concurrent_futures_version = '1.2.0' health_platform_version = '1.0.0-alpha01' - lifecycle_version = '2.8.6' + lifecycle_version = '2.8.7' } repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.0' + classpath 'com.android.tools.build:gradle:8.7.2' 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 3e4784ee..77201a37 100644 --- a/health-services/ExerciseSample/app/build.gradle +++ b/health-services/ExerciseSample/app/build.gradle @@ -54,16 +54,16 @@ android { } dependencies { - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.8.4" + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.core:core-ktx:1.15.0' + implementation "androidx.fragment:fragment-ktx:1.8.5" // 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.2.0' kapt 'androidx.hilt:hilt-compiler:1.2.0' - implementation "androidx.work:work-runtime-ktx:2.9.1" + implementation "androidx.work:work-runtime-ktx:2.10.0" // Wear implementation 'androidx.wear:wear:1.3.0' @@ -81,8 +81,8 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' // Navigation - implementation "androidx.navigation:navigation-fragment-ktx:2.8.2" - implementation "androidx.navigation:navigation-ui-ktx:2.8.2" + implementation "androidx.navigation:navigation-fragment-ktx:2.8.3" + implementation "androidx.navigation:navigation-ui-ktx:2.8.3" // Ongoing Activity. implementation "androidx.wear:wear-ongoing:1.0.0" diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index 034de1cd..a90fd975 100644 --- a/health-services/ExerciseSample/build.gradle +++ b/health-services/ExerciseSample/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.25" hilt_version = '2.52' - lifecycle_version = "2.8.6" + lifecycle_version = "2.8.7" } repositories { @@ -28,7 +28,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.7.0' + classpath 'com.android.tools.build:gradle:8.7.2' 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 d18fa241..ee60c737 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -1,24 +1,24 @@ [versions] -android-gradle-plugin = "8.7.0" -androidx-activity = "1.9.2" -androidx-compose = "1.7.3" -androidx-lifecycle = "2.8.6" +android-gradle-plugin = "8.7.2" +androidx-activity = "1.9.3" +androidx-compose = "1.7.5" +androidx-lifecycle = "2.8.7" androidx-wear-compose = "1.4.0" core-splashscreen = "1.0.1" dagger = "2.52" health-services = "1.0.0-rc02" horologist = "0.5.28" org-jetbrains-kotlin = "1.9.25" -ui-test-junit4 = "1.7.3" +ui-test-junit4 = "1.7.5" robolectric = "4.13" -roborazzi = "1.28.0" +roborazzi = "1.29.0" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } -androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.2" -androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.3" +androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.3" +androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.5" androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" } androidx-concurrent = "androidx.concurrent:concurrent-futures-ktx:1.2.0" androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" } @@ -26,7 +26,7 @@ androidx-health-services = { module = "androidx.health:health-services-client", androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle"} androidx-lifecycle-extensions = "androidx.lifecycle:lifecycle-extensions:2.2.0" androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle"} -androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.6" +androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.7" androidx-lifecycle-service = {module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle"} androidx-lifecycle-viewmodel = {module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle"} androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "androidx-compose" } diff --git a/health-services/MeasureData/app/build.gradle b/health-services/MeasureData/app/build.gradle index 2e5d843d..f033c621 100644 --- a/health-services/MeasureData/app/build.gradle +++ b/health-services/MeasureData/app/build.gradle @@ -54,10 +54,10 @@ android { } dependencies { - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.8.4" - implementation 'androidx.work:work-runtime:2.9.1' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.core:core-ktx:1.15.0' + implementation "androidx.fragment:fragment-ktx:1.8.5" + implementation 'androidx.work:work-runtime:2.10.0' // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -74,8 +74,8 @@ dependencies { implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Lifecycle - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6" - implementation "androidx.lifecycle:lifecycle-service:2.8.6" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" + implementation "androidx.lifecycle:lifecycle-service:2.8.7" // Material implementation 'com.google.android.material:material:1.12.0' diff --git a/health-services/MeasureData/build.gradle b/health-services/MeasureData/build.gradle index 2d161a1a..d77ec21e 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.7.0' + classpath 'com.android.tools.build:gradle:8.7.2' 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 89b4f485..012894bd 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] accompanist-permissions = "0.36.0" -android-gradle-plugin = "8.7.0" -androidx-activity = "1.9.2" -androidx-lifecycle = "2.8.6" +android-gradle-plugin = "8.7.2" +androidx-activity = "1.9.3" +androidx-lifecycle = "2.8.7" androidx-wear-compose = "1.4.0" -compose = "1.7.3" +compose = "1.7.5" compose-compiler = "1.5.15" concurrent-futures = "1.2.0" guava = "33.3.1-android" @@ -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.7.0" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2" 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 cfb7d71b..55575df7 100644 --- a/health-services/PassiveData/app/build.gradle +++ b/health-services/PassiveData/app/build.gradle @@ -53,9 +53,9 @@ android { } dependencies { - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.8.4" + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.core:core-ktx:1.15.0' + implementation "androidx.fragment:fragment-ktx:1.8.5" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -79,8 +79,8 @@ dependencies { implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version" // WorkManager - implementation "androidx.work:work-runtime:2.9.1" - implementation "androidx.work:work-runtime-ktx:2.9.1" + implementation "androidx.work:work-runtime:2.10.0" + implementation "androidx.work:work-runtime-ktx:2.10.0" // Material implementation 'com.google.android.material:material:1.12.0' diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index 4f074c32..910e527e 100644 --- a/health-services/PassiveData/build.gradle +++ b/health-services/PassiveData/build.gradle @@ -19,14 +19,14 @@ buildscript { ext { kotlin_version = '1.9.25' hilt_version = '2.52' - lifecycle_version = '2.8.6' + lifecycle_version = '2.8.7' } repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.0' + classpath 'com.android.tools.build:gradle:8.7.2' 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 35882523..8aa3dbae 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] accompanist-permissions = "0.36.0" -android-gradle-plugin = "8.7.0" -androidx-activity = "1.9.2" +android-gradle-plugin = "8.7.2" +androidx-activity = "1.9.3" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.6" +androidx-lifecycle = "2.8.7" androidx-wear-compose = "1.4.0" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" -androidx-work = "2.9.1" -compose = "1.7.3" +androidx-work = "2.10.0" +compose = "1.7.5" compose-compiler = "1.5.15" concurrent-futures = "1.2.0" guava = "33.3.1-android" @@ -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.7.0" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2" 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 9a2dbf64..28da51f0 100644 --- a/health-services/PassiveGoals/app/build.gradle +++ b/health-services/PassiveGoals/app/build.gradle @@ -53,9 +53,9 @@ android { } dependencies { - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.8.4" + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.core:core-ktx:1.15.0' + implementation "androidx.fragment:fragment-ktx:1.8.5" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -79,8 +79,8 @@ dependencies { implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version" // WorkManager - implementation "androidx.work:work-runtime:2.9.1" - implementation "androidx.work:work-runtime-ktx:2.9.1" + implementation "androidx.work:work-runtime:2.10.0" + implementation "androidx.work:work-runtime-ktx:2.10.0" // Material implementation 'com.google.android.material:material:1.12.0' diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index 275ac00f..1f99a4f1 100644 --- a/health-services/PassiveGoals/build.gradle +++ b/health-services/PassiveGoals/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.25" hilt_version = '2.52' - lifecycle_version = "2.8.6" + lifecycle_version = "2.8.7" } repositories { @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.0' + classpath 'com.android.tools.build:gradle:8.7.2' 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 35882523..8aa3dbae 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] accompanist-permissions = "0.36.0" -android-gradle-plugin = "8.7.0" -androidx-activity = "1.9.2" +android-gradle-plugin = "8.7.2" +androidx-activity = "1.9.3" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.6" +androidx-lifecycle = "2.8.7" androidx-wear-compose = "1.4.0" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" -androidx-work = "2.9.1" -compose = "1.7.3" +androidx-work = "2.10.0" +compose = "1.7.5" compose-compiler = "1.5.15" concurrent-futures = "1.2.0" guava = "33.3.1-android" @@ -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.7.0" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2" 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" }