Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent d46ec96 commit 876f517
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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.8.0'
ext.kotlin_version = '1.9.10'
ext {
activity_compose_version = '1.7.2'
hilt_navigation_compose_version = '1.0.0'
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.7.20'
ext.kotlin_version = '1.9.10'
ext {
activity_compose_version = '1.7.2'
hilt_navigation_compose_version = '1.0.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.8.0"
kotlin_version = "1.9.10"
hilt_version = '2.43.2'
lifecycle_version = "2.6.0-beta01"
}
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.48"
health-services = "1.0.0-rc01"
horologist = "0.5.7"
org-jetbrains-kotlin = "1.8.21"
org-jetbrains-kotlin = "1.9.10"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.1"
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.7.20'
kotlin_version = '1.9.10'
hilt_version = '2.43.2'
lifecycle_version = '2.3.1'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrent-futures = "1.1.0"
guava = "30.1.1-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.7.20"
org-jetbrains-kotlin = "1.9.10"
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.7.20'
kotlin_version = '1.9.10'
hilt_version = '2.43.2'
lifecycle_version = '2.5.1'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrent-futures = "1.1.0"
guava = "30.1.1-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.7.20"
org-jetbrains-kotlin = "1.9.10"
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.7.20"
kotlin_version = "1.9.10"
hilt_version = '2.43.2'
lifecycle_version = "2.6.0-alpha02"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrent-futures = "1.1.0"
guava = "30.1.1-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.7.20"
org-jetbrains-kotlin = "1.9.10"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
Expand Down

0 comments on commit 876f517

Please sign in to comment.