From f79c0dfd256defb32ac8b5207b110ecfbac6ba73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:01:00 +0000 Subject: [PATCH] Update kotlin 1.9.24 to v1.9.25 --- health-connect/HealthConnectSample/build.gradle | 2 +- health-platform-v1/HealthPlatformSample/build.gradle | 2 +- health-services/ExerciseSample/build.gradle | 2 +- health-services/ExerciseSampleCompose/gradle/libs.versions.toml | 2 +- health-services/MeasureData/build.gradle | 2 +- health-services/MeasureDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveData/build.gradle | 2 +- health-services/PassiveDataCompose/gradle/libs.versions.toml | 2 +- health-services/PassiveGoals/build.gradle | 2 +- health-services/PassiveGoalsCompose/gradle/libs.versions.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index f1d17a64..756d297b 100644 --- a/health-connect/HealthConnectSample/build.gradle +++ b/health-connect/HealthConnectSample/build.gradle @@ -15,7 +15,7 @@ */ buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '1.9.25' ext { activity_compose_version = '1.9.1' hilt_navigation_compose_version = '1.0.0' diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 28129f42..1407cecf 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -15,7 +15,7 @@ */ buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '1.9.25' ext { activity_compose_version = '1.9.1' hilt_navigation_compose_version = '1.2.0' diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index b17ee9a7..6219f4a5 100644 --- a/health-services/ExerciseSample/build.gradle +++ b/health-services/ExerciseSample/build.gradle @@ -17,7 +17,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlin_version = "1.9.24" + kotlin_version = "1.9.25" hilt_version = '2.52' lifecycle_version = "2.8.4" } diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index 986fb32c..52df7480 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -8,7 +8,7 @@ core-splashscreen = "1.0.1" dagger = "2.52" health-services = "1.0.0-rc02" horologist = "0.5.28" -org-jetbrains-kotlin = "1.9.24" +org-jetbrains-kotlin = "1.9.25" ui-test-junit4 = "1.6.8" robolectric = "4.13" roborazzi = "1.26.0" diff --git a/health-services/MeasureData/build.gradle b/health-services/MeasureData/build.gradle index 3d545bce..7cb31dfb 100644 --- a/health-services/MeasureData/build.gradle +++ b/health-services/MeasureData/build.gradle @@ -17,7 +17,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlin_version = '1.9.24' + kotlin_version = '1.9.25' hilt_version = '2.52' lifecycle_version = '2.3.1' } diff --git a/health-services/MeasureDataCompose/gradle/libs.versions.toml b/health-services/MeasureDataCompose/gradle/libs.versions.toml index 22223861..73675b32 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -10,7 +10,7 @@ concurrent-futures = "1.2.0" guava = "33.2.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" -org-jetbrains-kotlin = "1.9.24" +org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.6.0" [libraries] diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index aa27b16a..de950aaf 100644 --- a/health-services/PassiveData/build.gradle +++ b/health-services/PassiveData/build.gradle @@ -17,7 +17,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlin_version = '1.9.24' + kotlin_version = '1.9.25' hilt_version = '2.52' lifecycle_version = '2.8.4' } diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index 187577b1..d899336a 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -14,7 +14,7 @@ concurrent-futures = "1.2.0" guava = "33.2.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" -org-jetbrains-kotlin = "1.9.24" +org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.6.0" [libraries] diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index 76427705..fe238045 100644 --- a/health-services/PassiveGoals/build.gradle +++ b/health-services/PassiveGoals/build.gradle @@ -17,7 +17,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlin_version = "1.9.24" + kotlin_version = "1.9.25" hilt_version = '2.52' lifecycle_version = "2.8.4" } diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index 187577b1..d899336a 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -14,7 +14,7 @@ concurrent-futures = "1.2.0" guava = "33.2.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" -org-jetbrains-kotlin = "1.9.24" +org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.6.0" [libraries]