Skip to content

Commit

Permalink
Update all dependencies (#1185)
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 Sep 11, 2024
1 parent b9c5136 commit 3b35f10
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
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.6.0"
androidx-activity = "1.9.2"
androidx-compose-bom = "2024.09.00"
androidx-compose-bom = "2024.09.01"
androidx-wear-compose = "1.4.0"
compose-compiler = "1.5.15"
compose-ui-tooling = "1.4.0"
Expand All @@ -10,8 +10,8 @@ ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
robolectric = "4.13"
roborazzi = "1.26.0"
ui-test-junit4 = "1.7.0"
ui-test-manifest = "1.7.0"
ui-test-junit4 = "1.7.1"
ui-test-manifest = "1.7.1"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down
6 changes: 3 additions & 3 deletions DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.2"
androidx-compose-bom = "2024.09.00"
androidx-compose-bom = "2024.09.01"
# do not bump to 2.8.0 until bumping to beta version of Compose
androidx-lifecycle = "2.8.5"
androidx-wear-compose = "1.4.0"
Expand All @@ -13,8 +13,8 @@ horologist = "0.5.28"
compose-ui-tooling = "1.4.0"
robolectric = "4.13"
roborazzi = "1.26.0"
ui-test-junit4 = "1.7.0"
ui-test-manifest = "1.7.0"
ui-test-junit4 = "1.7.1"
ui-test-manifest = "1.7.1"

[libraries]
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.1.2"
Expand Down
6 changes: 3 additions & 3 deletions WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
android-gradle-plugin = "8.6.0"
androidx-compose-bom = "2024.09.00"
androidx-compose-bom = "2024.09.01"
androidx-activity = "1.9.2"
androidx-lifecycle = "2.8.5"
androidx-test = "1.5.2"
androidx-wear-compose = "1.4.0"
compose = "1.7.0"
compose = "1.7.1"
compose-compiler = "1.5.15"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
ktlint = "0.50.0"
horologist = "0.6.12"
robolectric = "4.13"
roborazzi = "1.26.0"
ui-test-junit4 = "1.7.0"
ui-test-junit4 = "1.7.1"

[libraries]
android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
Expand Down
6 changes: 3 additions & 3 deletions WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.2"
androidx-compose-bom = "2024.09.00"
androidx-compose-bom = "2024.09.01"
androidx-lifecycle = "2.7.0"
androidx-media3 = "1.4.1"
androidx-wear-compose = "1.4.0"
Expand All @@ -11,8 +11,8 @@ ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
robolectric = "4.13"
roborazzi = "1.26.0"
ui-test-junit4 = "1.7.0"
ui-test-manifest = "1.7.0"
ui-test-junit4 = "1.7.1"
ui-test-manifest = "1.7.1"
horologist = "0.5.28"
androidx-constraintlayout-compose = "1.0.1"
kotlinxCoroutine = "1.8.1"
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.6.0"
androidx-wear-tiles = "1.4.0"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.7.0"
compose = "1.7.1"
compose-compiler = "1.5.15"
horologist = "0.6.9"
ktlint = "0.50.0"
Expand Down

0 comments on commit 3b35f10

Please sign in to comment.