diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index 5f183363..3458280f 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.05.00') + def composeBom = platform('androidx.compose:compose-bom:2024.06.00') implementation(composeBom) // For Health Connect diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index f17ebb8d..cb5f479f 100644 --- a/health-connect/HealthConnectSample/build.gradle +++ b/health-connect/HealthConnectSample/build.gradle @@ -21,9 +21,9 @@ buildscript { hilt_navigation_compose_version = '1.0.0' navigation_compose_version = '2.7.7' - concurrent_futures_version = '1.1.0' + concurrent_futures_version = '1.2.0' health_connect_version = '1.1.0-alpha07' - lifecycle_version = '2.8.1' + lifecycle_version = '2.8.2' } repositories { google() diff --git a/health-platform-v1/HealthPlatformSample/app/build.gradle b/health-platform-v1/HealthPlatformSample/app/build.gradle index 91d7acee..d4b8e45d 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.05.00') + def composeBom = platform('androidx.compose:compose-bom:2024.06.00') implementation(composeBom) // For Health Platform diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 7961c6ac..0f569fd8 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -21,9 +21,9 @@ buildscript { hilt_navigation_compose_version = '1.2.0' navigation_compose_version = '2.7.7' - concurrent_futures_version = '1.1.0' + concurrent_futures_version = '1.2.0' health_platform_version = '1.0.0-alpha01' - lifecycle_version = '2.8.1' + lifecycle_version = '2.8.2' } repositories { google() diff --git a/health-services/ExerciseSample/app/build.gradle b/health-services/ExerciseSample/app/build.gradle index 3ca009ca..0b1b8deb 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.1" + implementation "androidx.fragment:fragment-ktx:1.8.0" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines implementation 'com.google.guava:guava:33.2.1-android' - implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" + implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Lifecycle implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version" diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index 281631b5..80f39472 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.1" + lifecycle_version = "2.8.2" } repositories { diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index bc4d5cba..29043089 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] android-gradle-plugin = "8.4.2" androidx-activity = "1.9.0" -androidx-compose = "1.7.0-beta02" -androidx-lifecycle = "2.8.1" +androidx-compose = "1.7.0-beta03" +androidx-lifecycle = "2.8.2" androidx-wear-compose = "1.3.1" core-splashscreen = "1.0.1" dagger = "2.51.1" health-services = "1.0.0-rc02" horologist = "0.5.27" org-jetbrains-kotlin = "1.9.24" -ui-test-junit4 = "1.6.7" +ui-test-junit4 = "1.6.8" robolectric = "4.12.2" roborazzi = "1.20.0" @@ -17,15 +17,15 @@ roborazzi = "1.20.0" android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.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.7" +androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.8" 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-concurrent = "androidx.concurrent:concurrent-futures-ktx:1.2.0" androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" } androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" } 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.1" +androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.2" 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 35e695fe..960a144c 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.1" + implementation "androidx.fragment:fragment-ktx:1.8.0" implementation 'androidx.work:work-runtime:2.9.0' // Hilt dependency injection @@ -71,11 +71,11 @@ dependencies { implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines implementation 'com.google.guava:guava:33.2.1-android' - implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" + implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Lifecycle - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1" - implementation "androidx.lifecycle:lifecycle-service:2.8.1" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.2" + implementation "androidx.lifecycle:lifecycle-service:2.8.2" // 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 513606e7..03031d17 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -2,11 +2,11 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.2" androidx-activity = "1.9.0" -androidx-lifecycle = "2.8.1" +androidx-lifecycle = "2.8.2" androidx-wear-compose = "1.3.1" -compose = "1.7.0-beta02" +compose = "1.7.0-beta03" compose-compiler = "1.5.14" -concurrent-futures = "1.1.0" +concurrent-futures = "1.2.0" guava = "33.2.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" diff --git a/health-services/PassiveData/app/build.gradle b/health-services/PassiveData/app/build.gradle index 98220d7f..5e8f26b1 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.1" + implementation "androidx.fragment:fragment-ktx:1.8.0" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -69,7 +69,7 @@ dependencies { implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines implementation 'com.google.guava:guava:33.2.1-android' - implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" + implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Datastore implementation "androidx.datastore:datastore-preferences:1.1.1" diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index 0567a562..4ca6a883 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.1' + lifecycle_version = '2.8.2' } repositories { google() diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index 52d74d98..0a716fe2 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -3,14 +3,14 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.2" androidx-activity = "1.9.0" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.1" +androidx-lifecycle = "2.8.2" 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-beta02" +compose = "1.7.0-beta03" compose-compiler = "1.5.14" -concurrent-futures = "1.1.0" +concurrent-futures = "1.2.0" guava = "33.2.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" diff --git a/health-services/PassiveGoals/app/build.gradle b/health-services/PassiveGoals/app/build.gradle index 55166499..11ff9062 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.1" + implementation "androidx.fragment:fragment-ktx:1.8.0" // Hilt dependency injection implementation "com.google.dagger:hilt-android:$hilt_version" @@ -69,7 +69,7 @@ dependencies { implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines implementation 'com.google.guava:guava:33.2.1-android' - implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" + implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Datastore implementation "androidx.datastore:datastore-preferences:1.1.1" diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index 0e91deee..818b8408 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.1" + lifecycle_version = "2.8.2" } repositories { diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index 52d74d98..0a716fe2 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -3,14 +3,14 @@ accompanist-permissions = "0.34.0" android-gradle-plugin = "8.4.2" androidx-activity = "1.9.0" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.1" +androidx-lifecycle = "2.8.2" 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-beta02" +compose = "1.7.0-beta03" compose-compiler = "1.5.14" -concurrent-futures = "1.1.0" +concurrent-futures = "1.2.0" guava = "33.2.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1"