diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index 1e955008..8a197113 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.8.0' + lifecycle_version = '2.8.1' } repositories { google() diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 31963e5a..e1020622 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.8.0' + lifecycle_version = '2.8.1' } repositories { google() diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index e92cae0e..9f8cb8a1 100644 --- a/health-services/ExerciseSample/build.gradle +++ b/health-services/ExerciseSample/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.24" hilt_version = '2.51.1' - lifecycle_version = "2.8.0" + lifecycle_version = "2.8.1" } repositories { diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index df66b692..e1473221 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" -androidx-compose = "1.7.0-beta01" -androidx-lifecycle = "2.8.0" +androidx-compose = "1.7.0-beta02" +androidx-lifecycle = "2.8.1" 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.24" ui-test-junit4 = "1.6.7" robolectric = "4.12.2" -roborazzi = "1.19.0" +roborazzi = "1.20.0" [libraries] android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.1" @@ -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.8.0" +androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.1" 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 71303b03..ea8b12da 100644 --- a/health-services/MeasureData/app/build.gradle +++ b/health-services/MeasureData/app/build.gradle @@ -74,8 +74,8 @@ dependencies { implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" // Lifecycle - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" - implementation "androidx.lifecycle:lifecycle-service:2.8.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1" + implementation "androidx.lifecycle:lifecycle-service:2.8.1" // 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 5e02aa9b..80cc4566 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -2,9 +2,9 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" -androidx-lifecycle = "2.8.0" +androidx-lifecycle = "2.8.1" androidx-wear-compose = "1.3.1" -compose = "1.7.0-beta01" +compose = "1.7.0-beta02" compose-compiler = "1.5.14" concurrent-futures = "1.1.0" guava = "33.2.0-android" diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index dc2dad2d..94a66a74 100644 --- a/health-services/PassiveData/build.gradle +++ b/health-services/PassiveData/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = '1.9.24' hilt_version = '2.51.1' - lifecycle_version = '2.8.0' + lifecycle_version = '2.8.1' } repositories { google() diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index f5e6c6b0..9deaea9a 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -3,12 +3,12 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.0" +androidx-lifecycle = "2.8.1" androidx-wear-compose = "1.3.1" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.0" -compose = "1.7.0-beta01" +compose = "1.7.0-beta02" compose-compiler = "1.5.14" concurrent-futures = "1.1.0" guava = "33.2.0-android" diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index 6801ede0..38762f91 100644 --- a/health-services/PassiveGoals/build.gradle +++ b/health-services/PassiveGoals/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.24" hilt_version = '2.51.1' - lifecycle_version = "2.8.0" + lifecycle_version = "2.8.1" } repositories { diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index f5e6c6b0..9deaea9a 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -3,12 +3,12 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.0" +androidx-lifecycle = "2.8.1" androidx-wear-compose = "1.3.1" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.0" -compose = "1.7.0-beta01" +compose = "1.7.0-beta02" compose-compiler = "1.5.14" concurrent-futures = "1.1.0" guava = "33.2.0-android"