Skip to content

Commit

Permalink
Merge pull request #972 from android/renovate/kotlin
Browse files Browse the repository at this point in the history
Update dependency androidx.compose.compiler:compiler 1.5.6 to v1.5.7
  • Loading branch information
yschimke authored Dec 20, 2023
2 parents f22520d + 3238fa8 commit 2da27b1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ androidx-activity = "1.8.2"
androidx-compose-bom = "2023.10.01"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.3.0-beta02"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
compose-ui-tooling = "1.2.1"
horologist-compose-layout = "0.5.14"
ktlint = "0.50.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 @@ -9,7 +9,7 @@ androidx-test-ext = "1.1.5"
androidx-test-uiautomator = "2.2.0"
androidx-wear-compose = "1.2.1"
compose = "1.5.4"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
horologist = "0.5.14"
ktlint = "0.50.0"
navigation = "2.7.6"
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 @@ -7,7 +7,7 @@ androidx-test = "1.4.0"
androidx-wear-compose = "1.2.1"
androidx-wear-tiles = "1.1.0"
androidx-wear-watchface = "1.0.1"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.6.0"
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 @@ -4,7 +4,7 @@ androidx-activity = "1.8.2"
androidx-compose-bom = "2023.10.01"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
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 @@ -7,7 +7,7 @@ androidx-wear-compose = "1.2.1"
androidx-wear-tiles = "1.2.0"
androidx-wear-watchface = "1.2.0"
compose = "1.5.4"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
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 @@ -4,7 +4,7 @@ androidx-activity = "1.8.2"
androidx-compose-bom = "2023.10.01"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
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 @@ -3,7 +3,7 @@ android-gradle-plugin = "8.2.0"
androidx-activity = "1.8.2"
androidx-compose-bom = "2023.10.01"
androidx-wear-compose = "1.2.1"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
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 @@ -3,7 +3,7 @@ android-gradle-plugin = "8.2.0"
androidx-wear-tiles = "1.2.0"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.5.4"
compose-compiler = "1.5.6"
compose-compiler = "1.5.7"
horologist = "0.5.14"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
Expand Down

0 comments on commit 2da27b1

Please sign in to comment.