Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 8ecf63b commit 9ed3046
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Complications/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
android-gradle-plugin = "8.7.1"
android-gradle-plugin = "8.7.2"
androidx-wear-watchface = "1.2.1"

org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.9.0"

[libraries]
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-core-ktx = "androidx.core:core-ktx:1.15.0"
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.1"
androidx-wear-watchface-complications-data-source-ktx = { module = "androidx.wear.watchface:watchface-complications-data-source-ktx", version.ref = "androidx-wear-watchface" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "org-jetbrains-kotlin" }
Expand Down
8 changes: 4 additions & 4 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.7.1"
android-gradle-plugin = "8.7.2"
androidx-activity = "1.9.3"
androidx-compose-bom = "2024.10.00"
androidx-compose-bom = "2024.10.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.29.0"
ui-test-junit4 = "1.7.4"
ui-test-manifest = "1.7.4"
ui-test-junit4 = "1.7.5"
ui-test-manifest = "1.7.5"

[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,5 +1,5 @@
[versions]
android-gradle-plugin = "8.7.1"
android-gradle-plugin = "8.7.2"
androidx-activity = "1.9.3"
androidx-compose-bom = "2024.10.01"
androidx-lifecycle = "2.8.7"
Expand All @@ -18,8 +18,8 @@ ui-test-manifest = "1.7.5"
[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidx-compose-bom" }
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4"
androidx-core-ktx = "androidx.core:core-ktx:1.15.0"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.5"
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/Complications/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/Flavors/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/SimpleAnalog/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/SimpleDigital/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/Weather/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/validator-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceFormat/validator-plugin/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ java {
}

dependencies {
implementation("com.android.tools.build:gradle-api:8.7.1")
implementation("com.android.tools.build:gradle-api:8.7.2")

implementation("io.ktor:ktor-client-core:3.0.1")
runtimeOnly("io.ktor:ktor-client-okhttp:3.0.1")
Expand Down
10 changes: 5 additions & 5 deletions WatchFaceKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
android-gradle-plugin = "8.7.1"
android-gradle-plugin = "8.7.2"
androidx-activity = "1.9.3"
androidx-lifecycle = "2.8.6"
androidx-lifecycle = "2.8.7"
androidx-test = "1.4.0"
androidx-wear-watchface = "1.2.1"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.9.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2"
android-material = "com.google.android.material:material:1.12.0"
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.7.1"
androidx-core-ktx = "androidx.core:core-ktx:1.15.0"
androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.7.2"
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-wear = "androidx.wear:wear:1.3.0"
Expand Down
8 changes: 4 additions & 4 deletions WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.7.1"
android-gradle-plugin = "8.7.2"
androidx-compose-bom = "2024.10.01"
androidx-activity = "1.9.3"
androidx-lifecycle = "2.8.7"
Expand All @@ -17,15 +17,15 @@ ui-test-junit4 = "1.7.5"
[libraries]
android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.1.2"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2"
android-material = "com.google.android.material:material:1.12.0"
android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.2"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidx-compose-bom" }
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.5"
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-wear = "androidx.wear:wear:1.3.0"
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest"}
Expand Down
8 changes: 4 additions & 4 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.7.1"
android-gradle-plugin = "8.7.2"
androidx-activity = "1.9.3"
androidx-compose-bom = "2024.10.00"
androidx-compose-bom = "2024.10.01"
androidx-media3 = "1.4.1"
androidx-wear-compose = "1.4.0"
compose-compiler = "1.5.15"
Expand All @@ -10,8 +10,8 @@ ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
robolectric = "4.13"
roborazzi = "1.29.0"
ui-test-junit4 = "1.7.4"
ui-test-manifest = "1.7.4"
ui-test-junit4 = "1.7.5"
ui-test-manifest = "1.7.5"
horologist = "0.6.20"

[libraries]
Expand Down
8 changes: 4 additions & 4 deletions WearTilesKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
android-gradle-plugin = "8.7.1"
android-gradle-plugin = "8.7.2"
androidx-wear-tiles = "1.4.1"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.7.4"
compose = "1.7.5"
compose-compiler = "1.5.15"
horologist = "0.6.20"
ktlint = "0.50.0"
Expand All @@ -12,8 +12,8 @@ tiles-tooling-preview = "1.4.1"

[libraries]
androidx-datastore = "androidx.datastore:datastore-preferences:1.1.1"
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6"
androidx-lifecycle-viewmodel-ktx = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
androidx-lifecycle-viewmodel-ktx = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
androidx-tiles-tooling-preview = { module = "androidx.wear.tiles:tiles-tooling-preview", version.ref = "tiles-tooling-preview" }
androidx-tiles-tooling = { module = "androidx.wear.tiles:tiles-tooling", version.ref = "tiles-tooling-preview" }
androidx-wear-tiles-material = { module = "androidx.wear.tiles:tiles-material", version.ref = "androidx-wear-tiles" }
Expand Down

0 comments on commit 9ed3046

Please sign in to comment.