Skip to content

Commit

Permalink
Update kotlin (#1155)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 63ce5dc commit a23bc26
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Complications/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
android-gradle-plugin = "8.5.2"
androidx-wear-watchface = "1.2.1"

org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions ComposeStarter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ android-gradle-plugin = "8.5.2"
androidx-activity = "1.9.1"
androidx-compose-bom = "2024.06.00"
androidx-wear-compose = "1.3.1"
compose-compiler = "1.5.14"
compose-compiler = "1.5.15"
compose-ui-tooling = "1.3.1"
horologist = "0.5.28"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
robolectric = "4.13"
roborazzi = "1.26.0"
ui-test-junit4 = "1.6.8"
Expand Down
4 changes: 2 additions & 2 deletions DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ androidx-compose-bom = "2024.06.00"
# do not bump to 2.8.0 until bumping to beta version of Compose
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
compose-compiler = "1.5.14"
compose-compiler = "1.5.15"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
horologist = "0.5.28"
compose-ui-tooling = "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-wear-tiles = "1.1.0"
androidx-wear-watchface = "1.2.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ androidx-lifecycle = "2.8.4"
androidx-test = "1.5.2"
androidx-wear-compose = "1.4.0-beta03"
compose = "1.7.0-beta07"
compose-compiler = "1.5.14"
org-jetbrains-kotlin = "1.9.24"
compose-compiler = "1.5.15"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
ktlint = "0.50.0"
compose-material3 = "1.0.0-alpha23"
Expand Down
4 changes: 2 additions & 2 deletions WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ androidx-compose-bom = "2024.06.00"
androidx-lifecycle = "2.7.0"
androidx-media3 = "1.4.0"
androidx-wear-compose = "1.3.1"
compose-compiler = "1.5.14"
compose-compiler = "1.5.15"
compose-ui-tooling = "1.3.1"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
robolectric = "4.13"
roborazzi = "1.26.0"
ui-test-junit4 = "1.6.8"
Expand Down
4 changes: 2 additions & 2 deletions WearTilesKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ android-gradle-plugin = "8.5.2"
androidx-wear-tiles = "1.4.0"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.6.8"
compose-compiler = "1.5.14"
compose-compiler = "1.5.15"
horologist = "0.6.9"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.24"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
tiles-tooling-preview = "1.4.0"

Expand Down

0 comments on commit a23bc26

Please sign in to comment.