Skip to content

Commit

Permalink
Update all dependencies (android#1177)
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 and kul3r4 committed Sep 16, 2024
1 parent 99f6551 commit 3ede584
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ComposeStarter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.5.2"
androidx-activity = "1.9.1"
androidx-compose-bom = "2024.06.00"
androidx-compose-bom = "2024.08.00"
androidx-wear-compose = "1.3.1"
compose-compiler = "1.5.15"
compose-ui-tooling = "1.3.1"
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.5.2"
androidx-activity = "1.9.1"
androidx-compose-bom = "2024.06.00"
androidx-compose-bom = "2024.08.00"
# do not bump to 2.8.0 until bumping to beta version of Compose
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
Expand Down
6 changes: 3 additions & 3 deletions WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
android-gradle-plugin = "8.5.2"
androidx-compose-bom = "2024.06.00"
androidx-compose-bom = "2024.08.00"
androidx-activity = "1.9.1"
androidx-lifecycle = "2.8.4"
androidx-test = "1.5.2"
androidx-wear-compose = "1.4.0-beta03"
compose = "1.7.0-beta07"
androidx-wear-compose = "1.4.0-rc01"
compose = "1.7.0-rc01"
compose-compiler = "1.5.15"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
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.5.2"
androidx-activity = "1.9.1"
androidx-compose-bom = "2024.06.00"
androidx-compose-bom = "2024.08.00"
androidx-lifecycle = "2.7.0"
androidx-media3 = "1.4.0"
androidx-wear-compose = "1.3.1"
Expand Down

0 comments on commit 3ede584

Please sign in to comment.