Skip to content

Commit

Permalink
Merge pull request #1002 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Feb 13, 2024
2 parents 0156b8c + 43fbead commit 59e5a82
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.2.2"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.01.00"
androidx-compose-bom = "2024.02.00"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.7"
Expand Down Expand Up @@ -39,7 +39,7 @@ test-ext-junit-ktx = "androidx.test.ext:junit-ktx:1.1.5"
test-ext-truth = "androidx.test.ext:truth:1.5.0"
test-rules = "androidx.test:rules:1.5.0"
test-runner = "androidx.test:runner:1.5.2"
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-beta01"
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-rc01"
wear-compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "androidx-wear-compose" }
wear-compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "androidx-wear-compose" }
wearable = { module = "com.google.android.wearable:wearable", version.ref = "wearable" }
Expand Down
6 changes: 3 additions & 3 deletions ComposeAdvanced/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
android-gradle-plugin = "8.2.2"
androidx-activity = "1.8.2"
androidx-benchmark = "1.2.3"
androidx-compose-bom = "2024.01.00"
androidx-compose-bom = "2024.02.00"
androidx-lifecycle = "2.7.0"
androidx-test-espresso = "3.5.1"
androidx-test-ext = "1.1.5"
androidx-test-uiautomator = "2.2.0"
androidx-wear-compose = "1.3.0"
compose = "1.6.0"
compose = "1.6.1"
compose-compiler = "1.5.7"
horologist = "0.5.21"
ktlint = "0.50.0"
navigation = "2.7.6"
navigation = "2.7.7"
org-jetbrains-kotlin = "1.9.21"

[libraries]
Expand Down
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.2.2"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.01.00"
androidx-compose-bom = "2024.02.00"
androidx-lifecycle = "2.4.1"
androidx-test = "1.4.0"
androidx-wear-compose = "1.3.0"
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.2.2"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.01.00"
androidx-compose-bom = "2024.02.00"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.7"
Expand Down
4 changes: 2 additions & 2 deletions WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ androidx-activity = "1.8.2"
androidx-lifecycle = "2.7.0"
androidx-test = "1.5.2"
androidx-wear-compose = "1.3.0"
androidx-wear-tiles = "1.2.0"
androidx-wear-tiles = "1.3.0"
androidx-wear-watchface = "1.2.1"
compose = "1.6.0"
compose = "1.6.1"
compose-compiler = "1.5.7"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
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.2.2"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.01.00"
androidx-compose-bom = "2024.02.00"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.7"
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.2.2"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.01.00"
androidx-compose-bom = "2024.02.00"
androidx-wear-compose = "1.3.0"
compose-compiler = "1.5.7"
ktlint = "0.50.0"
Expand Down
6 changes: 3 additions & 3 deletions WearTilesKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
android-gradle-plugin = "8.2.2"
androidx-wear-tiles = "1.2.0"
androidx-wear-tiles = "1.3.0"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.6.0"
compose = "1.6.1"
compose-compiler = "1.5.7"
horologist = "0.5.21"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
tiles-tooling-preview = "1.3.0-rc01"
tiles-tooling-preview = "1.3.0"

[libraries]
androidx-datastore = "androidx.datastore:datastore-preferences:1.0.0"
Expand Down

0 comments on commit 59e5a82

Please sign in to comment.