Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent b164378 commit b890c15
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion health-connect/HealthConnectSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.14"
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.kotlin_version = '1.9.23'
ext.kotlin_version = '2.0.0'
ext {
activity_compose_version = '1.9.0'
hilt_navigation_compose_version = '1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion health-platform-v1/HealthPlatformSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.14"
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion health-platform-v1/HealthPlatformSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.kotlin_version = '1.9.23'
ext.kotlin_version = '2.0.0'
ext {
activity_compose_version = '1.9.0'
hilt_navigation_compose_version = '1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.23"
kotlin_version = "2.0.0"
hilt_version = '2.51.1'
lifecycle_version = "2.8.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ core-splashscreen = "1.0.1"
dagger = "2.51.1"
health-services = "1.0.0-rc02"
horologist = "0.5.27"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlin = "2.0.0"
ui-test-junit4 = "1.6.7"
robolectric = "4.12.2"
roborazzi = "1.16.1"
Expand All @@ -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.14"
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" }
Expand Down
2 changes: 1 addition & 1 deletion health-services/MeasureData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.23'
kotlin_version = '2.0.0'
hilt_version = '2.51.1'
lifecycle_version = '2.3.1'
}
Expand Down
4 changes: 2 additions & 2 deletions health-services/MeasureDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ androidx-activity = "1.9.0"
androidx-lifecycle = "2.8.0"
androidx-wear-compose = "1.3.1"
compose = "1.6.7"
compose-compiler = "1.5.12"
compose-compiler = "1.5.14"
concurrent-futures = "1.1.0"
guava = "33.2.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlin = "2.0.0"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.23'
kotlin_version = '2.0.0'
hilt_version = '2.51.1'
lifecycle_version = '2.8.0'
}
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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.14"
concurrent-futures = "1.1.0"
guava = "33.2.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlin = "2.0.0"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.23"
kotlin_version = "2.0.0"
hilt_version = '2.51.1'
lifecycle_version = "2.8.0"
}
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveGoalsCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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.14"
concurrent-futures = "1.1.0"
guava = "33.2.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlin = "2.0.0"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
Expand Down

0 comments on commit b890c15

Please sign in to comment.