diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index c18b84f9..d86c5fa2 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.3.1' + classpath 'com.android.tools.build:gradle:8.3.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/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 96da38c4..18e3f59a 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.3.1' + classpath 'com.android.tools.build:gradle:8.3.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/build.gradle b/health-services/ExerciseSample/build.gradle index ade5c10e..0aaa17c5 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.3.1' + classpath 'com.android.tools.build:gradle:8.3.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 1782e0ec..ba156633 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.3.1" +android-gradle-plugin = "8.3.2" androidx-activity = "1.8.2" androidx-compose = "1.6.5" androidx-lifecycle = "2.7.0" @@ -7,14 +7,14 @@ androidx-wear-compose = "1.3.1" core-splashscreen = "1.0.1" dagger = "2.51.1" health-services = "1.0.0-rc02" -horologist = "0.5.25" +horologist = "0.5.26" org-jetbrains-kotlin = "1.9.23" ui-test-junit4 = "1.6.5" robolectric = "4.12.1" roborazzi = "1.11.0" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.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.5" diff --git a/health-services/MeasureData/build.gradle b/health-services/MeasureData/build.gradle index 1ce789ee..b94403b2 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.3.1' + classpath 'com.android.tools.build:gradle:8.3.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 56864b1d..880da4b9 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanist-permissions = "0.34.0" -android-gradle-plugin = "8.3.1" +android-gradle-plugin = "8.3.2" androidx-activity = "1.8.2" androidx-lifecycle = "2.7.0" androidx-wear-compose = "1.3.1" @@ -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.3.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.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/build.gradle b/health-services/PassiveData/build.gradle index d834588d..80d2a1d1 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.3.1' + classpath 'com.android.tools.build:gradle:8.3.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 7b814a70..379f79e8 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.3.1" +android-gradle-plugin = "8.3.2" androidx-activity = "1.8.2" androidx-datastore = "1.0.0" androidx-lifecycle = "2.7.0" @@ -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.3.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.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/build.gradle b/health-services/PassiveGoals/build.gradle index 41836886..4e0e79bb 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.3.1' + classpath 'com.android.tools.build:gradle:8.3.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 7b814a70..379f79e8 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.3.1" +android-gradle-plugin = "8.3.2" androidx-activity = "1.8.2" androidx-datastore = "1.0.0" androidx-lifecycle = "2.7.0" @@ -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.3.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.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" }