Skip to content

Commit

Permalink
Update kotlin 1.9.24 to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent e9d5945 commit 2bc4f6c
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.9.24'
ext.kotlin_version = '1.9.25'
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/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.kotlin_version = '1.9.24'
ext.kotlin_version = '1.9.25'
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.24"
kotlin_version = "1.9.25"
hilt_version = '2.51.1'
lifecycle_version = "2.8.3"
}
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.28"
org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
ui-test-junit4 = "1.6.8"
robolectric = "4.13"
roborazzi = "1.23.0"
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.24'
kotlin_version = '1.9.25'
hilt_version = '2.51.1'
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.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]
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.24'
kotlin_version = '1.9.25'
hilt_version = '2.51.1'
lifecycle_version = '2.8.3'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.24"
kotlin_version = "1.9.25"
hilt_version = '2.51.1'
lifecycle_version = "2.8.3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2bc4f6c

Please sign in to comment.