From d3c93c1f6aa7f2ba47b15291a75482c56e4ce8d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 01:49:10 +0000 Subject: [PATCH] Update all dependencies --- health-connect/HealthConnectSample/build.gradle | 2 +- health-platform-v1/HealthPlatformSample/build.gradle | 2 +- health-services/ExerciseSample/build.gradle | 2 +- .../ExerciseSampleCompose/gradle/libs.versions.toml | 4 ++-- health-services/MeasureData/build.gradle | 2 +- health-services/MeasureDataCompose/gradle/libs.versions.toml | 4 ++-- health-services/PassiveData/build.gradle | 2 +- health-services/PassiveDataCompose/gradle/libs.versions.toml | 4 ++-- health-services/PassiveGoals/build.gradle | 2 +- health-services/PassiveGoalsCompose/gradle/libs.versions.toml | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index f1d17a64..da67a181 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.5.1' + classpath 'com.android.tools.build:gradle:8.5.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 28129f42..082be972 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.5.1' + classpath 'com.android.tools.build:gradle:8.5.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 b17ee9a7..d0bbfe56 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.5.1' + classpath 'com.android.tools.build:gradle:8.5.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 6289bdf4..fd09d918 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.5.1" +android-gradle-plugin = "8.5.2" androidx-activity = "1.9.1" androidx-compose = "1.7.0-beta07" androidx-lifecycle = "2.8.4" @@ -14,7 +14,7 @@ robolectric = "4.13" roborazzi = "1.26.0" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.5.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.5.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.8" diff --git a/health-services/MeasureData/build.gradle b/health-services/MeasureData/build.gradle index 3d545bce..9a5cd635 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.5.1' + classpath 'com.android.tools.build:gradle:8.5.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 6d31a49a..d6826783 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.5.1" +android-gradle-plugin = "8.5.2" androidx-activity = "1.9.1" androidx-lifecycle = "2.8.4" 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.5.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.5.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 aa27b16a..f4a0ed88 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.5.1' + classpath 'com.android.tools.build:gradle:8.5.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 4b5baabe..c064bcfe 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.5.1" +android-gradle-plugin = "8.5.2" androidx-activity = "1.9.1" androidx-datastore = "1.1.1" androidx-lifecycle = "2.8.4" @@ -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.5.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.5.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 76427705..d01b1e51 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.5.1' + classpath 'com.android.tools.build:gradle:8.5.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 4b5baabe..c064bcfe 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.5.1" +android-gradle-plugin = "8.5.2" androidx-activity = "1.9.1" androidx-datastore = "1.1.1" androidx-lifecycle = "2.8.4" @@ -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.5.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.5.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" }