Skip to content

Commit

Permalink
Update kotlin 1.9.20 to v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 4088277 commit f5dce0a
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compose-compiler = "1.5.4"
compose-ui-tooling = "1.2.1"
horologist-compose-layout = "0.5.10"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
wearable = "2.9.0"

Expand Down
2 changes: 1 addition & 1 deletion ComposeAdvanced/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compose-compiler = "1.5.4"
horologist = "0.5.10"
ktlint = "0.50.0"
navigation = "2.7.5"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down
2 changes: 1 addition & 1 deletion ComposeStarter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidx-wear-tiles = "1.1.0"
androidx-wear-watchface = "1.0.1"
compose-compiler = "1.5.4"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
compose-compiler = "1.5.4"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion RuntimePermissionsWear/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.0.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion TimeText/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-wear-tiles = "1.1.0"
androidx-wear-watchface = "1.0.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.6.1"

[libraries]
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.1.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
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.1.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-wear-tiles = "1.2.0"
androidx-wear-watchface = "1.1.1"
compose = "1.5.4"
compose-compiler = "1.5.4"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
ktlint = "0.50.0"

Expand Down
2 changes: 1 addition & 1 deletion WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
compose-compiler = "1.5.4"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion WearStandaloneGoogleSignIn/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ androidx-compose-bom = "2023.10.01"
androidx-wear-compose = "1.2.1"
compose-compiler = "1.5.4"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion WearTilesKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compose = "1.5.4"
compose-compiler = "1.5.4"
horologist = "0.5.10"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion WearVerifyRemoteApp/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.0.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.20"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
Expand Down

0 comments on commit f5dce0a

Please sign in to comment.