From 3ebd58a871713247ae0e8ec962bf6a6f355a833a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 10:59:48 +0000 Subject: [PATCH] Update all dependencies --- health-connect/HealthConnectSample/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 | 6 +++--- health-services/MeasureData/app/build.gradle | 6 +++--- .../MeasureDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveData/app/build.gradle | 2 +- health-services/PassiveData/build.gradle | 2 +- .../PassiveDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveGoals/app/build.gradle | 2 +- health-services/PassiveGoals/build.gradle | 2 +- .../PassiveGoalsCompose/gradle/libs.versions.toml | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index 9dc949e9..6d0df5c2 100644 --- a/health-connect/HealthConnectSample/build.gradle +++ b/health-connect/HealthConnectSample/build.gradle @@ -23,7 +23,7 @@ buildscript { concurrent_futures_version = '1.1.0' health_connect_version = '1.1.0-alpha07' - lifecycle_version = '2.7.0' + lifecycle_version = '2.8.0' } repositories { google() diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 2a2fcdf7..6c42b000 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -23,7 +23,7 @@ buildscript { concurrent_futures_version = '1.1.0' health_platform_version = '1.0.0-alpha01' - lifecycle_version = '2.7.0' + lifecycle_version = '2.8.0' } repositories { google() diff --git a/health-services/ExerciseSample/app/build.gradle b/health-services/ExerciseSample/app/build.gradle index 2ddeae05..9711939c 100644 --- a/health-services/ExerciseSample/app/build.gradle +++ b/health-services/ExerciseSample/app/build.gradle @@ -56,7 +56,7 @@ android { dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.7.0" + implementation "androidx.fragment:fragment-ktx:1.7.1" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index 0bb720e6..2b1ce6a1 100644 --- a/health-services/ExerciseSample/build.gradle +++ b/health-services/ExerciseSample/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.23" hilt_version = '2.51.1' - lifecycle_version = "2.7.0" + lifecycle_version = "2.8.0" } repositories { diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index af7b9ad3..998e7274 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android-gradle-plugin = "8.4.0" androidx-activity = "1.9.0" androidx-compose = "1.6.7" -androidx-lifecycle = "2.7.0" +androidx-lifecycle = "2.8.0" androidx-wear-compose = "1.3.1" core-splashscreen = "1.0.1" dagger = "2.51.1" @@ -11,7 +11,7 @@ horologist = "0.5.27" org-jetbrains-kotlin = "1.9.23" ui-test-junit4 = "1.6.7" robolectric = "4.12.1" -roborazzi = "1.15.0" +roborazzi = "1.16.0" [libraries] android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0" @@ -25,7 +25,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.7.0" +androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.0" 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 5ccaf42a..18c118f8 100644 --- a/health-services/MeasureData/app/build.gradle +++ b/health-services/MeasureData/app/build.gradle @@ -56,7 +56,7 @@ android { dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.7.0" + implementation "androidx.fragment:fragment-ktx:1.7.1" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -73,8 +73,8 @@ dependencies { implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" // Lifecycle - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" - implementation "androidx.lifecycle:lifecycle-service:2.7.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" + implementation "androidx.lifecycle:lifecycle-service:2.8.0" // Material implementation 'com.google.android.material:material:1.12.0' diff --git a/health-services/MeasureDataCompose/gradle/libs.versions.toml b/health-services/MeasureDataCompose/gradle/libs.versions.toml index 3d153252..d90fa289 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -2,7 +2,7 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.0" androidx-activity = "1.9.0" -androidx-lifecycle = "2.7.0" +androidx-lifecycle = "2.8.0" androidx-wear-compose = "1.3.1" compose = "1.6.7" compose-compiler = "1.5.12" diff --git a/health-services/PassiveData/app/build.gradle b/health-services/PassiveData/app/build.gradle index 97e5ef25..5dc68f32 100644 --- a/health-services/PassiveData/app/build.gradle +++ b/health-services/PassiveData/app/build.gradle @@ -55,7 +55,7 @@ android { dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.7.0" + implementation "androidx.fragment:fragment-ktx:1.7.1" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index e3374ea0..31093a1f 100644 --- a/health-services/PassiveData/build.gradle +++ b/health-services/PassiveData/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = '1.9.23' hilt_version = '2.51.1' - lifecycle_version = '2.7.0' + lifecycle_version = '2.8.0' } repositories { google() diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index fe847958..097775b1 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -3,7 +3,7 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.0" androidx-activity = "1.9.0" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.7.0" +androidx-lifecycle = "2.8.0" androidx-wear-compose = "1.3.1" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" diff --git a/health-services/PassiveGoals/app/build.gradle b/health-services/PassiveGoals/app/build.gradle index 93be51b1..c559b816 100644 --- a/health-services/PassiveGoals/app/build.gradle +++ b/health-services/PassiveGoals/app/build.gradle @@ -55,7 +55,7 @@ android { dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.fragment:fragment-ktx:1.7.0" + implementation "androidx.fragment:fragment-ktx:1.7.1" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index 6ffb8e04..d19beb1d 100644 --- a/health-services/PassiveGoals/build.gradle +++ b/health-services/PassiveGoals/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.23" hilt_version = '2.51.1' - lifecycle_version = "2.7.0" + lifecycle_version = "2.8.0" } repositories { diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index fe847958..097775b1 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -3,7 +3,7 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.0" androidx-activity = "1.9.0" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.7.0" +androidx-lifecycle = "2.8.0" androidx-wear-compose = "1.3.1" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1"