From 0546557e06431bcb79d740dc000485dc9ac790e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:30:19 +0000 Subject: [PATCH] Update kotlin 1.5.12 to v1.5.13 --- health-connect/HealthConnectSample/app/build.gradle | 2 +- health-platform-v1/HealthPlatformSample/app/build.gradle | 2 +- health-services/ExerciseSampleCompose/gradle/libs.versions.toml | 2 +- health-services/MeasureDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveGoalsCompose/gradle/libs.versions.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index e2caae37..964e0c63 100644 --- a/health-connect/HealthConnectSample/app/build.gradle +++ b/health-connect/HealthConnectSample/app/build.gradle @@ -53,7 +53,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.12" + kotlinCompilerExtensionVersion = "1.5.13" } packagingOptions { resources { diff --git a/health-platform-v1/HealthPlatformSample/app/build.gradle b/health-platform-v1/HealthPlatformSample/app/build.gradle index d3c3023c..6830ab3d 100644 --- a/health-platform-v1/HealthPlatformSample/app/build.gradle +++ b/health-platform-v1/HealthPlatformSample/app/build.gradle @@ -59,7 +59,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.12" + kotlinCompilerExtensionVersion = "1.5.13" } packagingOptions { resources { diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index fe33c179..f23092e2 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -32,7 +32,7 @@ androidx-material-icons-extended = { module = "androidx.compose.material:materia androidx-wear = "androidx.wear:wear:1.3.0" androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "ui-test-junit4" } androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "ui-test-junit4" } -compose-compiler = "androidx.compose.compiler:compiler:1.5.12" +compose-compiler = "androidx.compose.compiler:compiler:1.5.13" compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose" } compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" } compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-compose" } diff --git a/health-services/MeasureDataCompose/gradle/libs.versions.toml b/health-services/MeasureDataCompose/gradle/libs.versions.toml index 3d153252..1c8c602f 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -5,7 +5,7 @@ androidx-activity = "1.9.0" androidx-lifecycle = "2.7.0" androidx-wear-compose = "1.3.1" compose = "1.6.7" -compose-compiler = "1.5.12" +compose-compiler = "1.5.13" concurrent-futures = "1.1.0" guava = "33.2.0-android" health-services = "1.0.0-rc02" diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index fe847958..4d2ddacc 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.0" compose = "1.6.7" -compose-compiler = "1.5.12" +compose-compiler = "1.5.13" concurrent-futures = "1.1.0" guava = "33.2.0-android" health-services = "1.0.0-rc02" diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index fe847958..4d2ddacc 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.0" compose = "1.6.7" -compose-compiler = "1.5.12" +compose-compiler = "1.5.13" concurrent-futures = "1.1.0" guava = "33.2.0-android" health-services = "1.0.0-rc02"