Skip to content

Commit

Permalink
Update androidx.wear.compose to v1.2.0 (#867)
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 9, 2023
1 parent a2f9e99 commit b03944c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-compose-bom = "2023.06.01"
androidx-lifecycle = "2.6.1"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
compose-compiler = "1.4.7"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.8.21"
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 @@ -7,7 +7,7 @@ androidx-lifecycle = "2.6.1"
androidx-test-espresso = "3.5.1"
androidx-test-ext = "1.1.5"
androidx-test-uiautomator = "2.2.0"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
compose = "1.5.0-rc01"
compose-compiler = "1.4.7"
horologist = "0.5.3"
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 @@ -4,7 +4,7 @@ androidx-activity = "1.7.2"
androidx-compose-bom = "2023.06.01"
androidx-lifecycle = "2.4.1"
androidx-test = "1.4.0"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
androidx-wear-tiles = "1.1.0"
androidx-wear-watchface = "1.0.1"
compose-compiler = "1.4.7"
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 @@ -3,7 +3,7 @@ android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-compose-bom = "2023.06.01"
androidx-lifecycle = "2.6.1"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
compose-compiler = "1.4.7"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.8.21"
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 @@ -3,7 +3,7 @@ android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-lifecycle = "2.6.1"
androidx-test = "1.5.2"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
androidx-wear-tiles = "1.1.0"
androidx-wear-watchface = "1.1.1"
compose = "1.4.3"
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 @@ -3,7 +3,7 @@ android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-compose-bom = "2023.06.01"
androidx-lifecycle = "2.6.1"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
compose-compiler = "1.4.7"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.8.21"
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 @@ -2,7 +2,7 @@
android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-compose-bom = "2023.06.01"
androidx-wear-compose = "1.2.0-rc01"
androidx-wear-compose = "1.2.0"
compose-compiler = "1.4.7"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.8.21"
Expand Down

0 comments on commit b03944c

Please sign in to comment.