Skip to content

Commit

Permalink
Update all dependencies (#1048)
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 Mar 21, 2024
1 parent fa74141 commit d7bb302
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.02.02"
androidx-compose-bom = "2024.03.00"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.10"
Expand Down
4 changes: 2 additions & 2 deletions ComposeAdvanced/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-benchmark = "1.2.3"
androidx-compose-bom = "2024.02.02"
androidx-compose-bom = "2024.03.00"
androidx-lifecycle = "2.7.0"
androidx-test-espresso = "3.5.1"
androidx-test-ext = "1.1.5"
androidx-test-uiautomator = "2.3.0"
androidx-wear-compose = "1.3.0"
compose = "1.6.3"
compose = "1.6.4"
compose-compiler = "1.5.10"
horologist = "0.5.25"
ktlint = "0.50.0"
Expand Down
6 changes: 3 additions & 3 deletions ComposeStarter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.02.02"
androidx-compose-bom = "2024.03.00"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.10"
compose-ui-tooling = "1.3.0"
Expand All @@ -10,8 +10,8 @@ ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.22"
robolectric = "4.11.1"
roborazzi = "1.11.0"
ui-test-junit4 = "1.6.3"
ui-test-manifest = "1.6.3"
ui-test-junit4 = "1.6.4"
ui-test-manifest = "1.6.4"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.02.02"
androidx-compose-bom = "2024.03.00"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.10"
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 @@ -6,7 +6,7 @@ androidx-test = "1.5.2"
androidx-wear-compose = "1.3.0"
androidx-wear-tiles = "1.3.0"
androidx-wear-watchface = "1.2.1"
compose = "1.6.3"
compose = "1.6.4"
compose-compiler = "1.5.10"
org-jetbrains-kotlin = "1.9.22"
org-jetbrains-kotlinx = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.02.02"
androidx-compose-bom = "2024.03.00"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.10"
Expand Down
2 changes: 1 addition & 1 deletion WearStandaloneGoogleSignIn/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.02.02"
androidx-compose-bom = "2024.03.00"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.10"
ktlint = "0.50.0"
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 @@ -2,7 +2,7 @@
android-gradle-plugin = "8.3.1"
androidx-wear-tiles = "1.3.0"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.6.3"
compose = "1.6.4"
compose-compiler = "1.5.10"
horologist = "0.5.25"
ktlint = "0.50.0"
Expand Down

0 comments on commit d7bb302

Please sign in to comment.