From 9df4bb831d5040ba0bd872910d1699c5b2d59891 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:02:51 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/Complications.yml | 2 +- .github/workflows/ComposeStarter.yml | 4 ++-- .github/workflows/DataLayer.yml | 4 ++-- .github/workflows/WatchFaceKotlin.yml | 2 +- .github/workflows/WearOAuth.yml | 2 +- .github/workflows/WearSpeakerSample.yml | 4 ++-- .github/workflows/WearTilesKotlin.yml | 2 +- .github/workflows/copy-branch.yml | 2 +- Complications/gradle/libs.versions.toml | 2 +- ComposeStarter/gradle/libs.versions.toml | 12 ++++++------ DataLayer/gradle/libs.versions.toml | 14 +++++++------- .../Complications/gradle/libs.versions.toml | 2 +- .../Flavors/gradle/libs.versions.toml | 2 +- .../SimpleAnalog/gradle/libs.versions.toml | 2 +- .../SimpleDigital/gradle/libs.versions.toml | 2 +- .../Weather/gradle/libs.versions.toml | 2 +- .../validator-plugin/gradle/libs.versions.toml | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../validator-plugin/plugins/build.gradle.kts | 2 +- WatchFaceKotlin/gradle/libs.versions.toml | 8 ++++---- WearOAuth/gradle/libs.versions.toml | 18 +++++++++--------- WearSpeakerSample/gradle/libs.versions.toml | 12 ++++++------ WearTilesKotlin/gradle/libs.versions.toml | 8 ++++---- 23 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.github/workflows/Complications.yml b/.github/workflows/Complications.yml index 10b925f22..1af77bac3 100644 --- a/.github/workflows/Complications.yml +++ b/.github/workflows/Complications.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/ComposeStarter.yml b/.github/workflows/ComposeStarter.yml index 774477a6a..64a034879 100644 --- a/.github/workflows/ComposeStarter.yml +++ b/.github/workflows/ComposeStarter.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/DataLayer.yml b/.github/workflows/DataLayer.yml index 3e034f682..921b5f4c6 100644 --- a/.github/workflows/DataLayer.yml +++ b/.github/workflows/DataLayer.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WatchFaceKotlin.yml b/.github/workflows/WatchFaceKotlin.yml index 90e61dc92..80a516f18 100644 --- a/.github/workflows/WatchFaceKotlin.yml +++ b/.github/workflows/WatchFaceKotlin.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WearOAuth.yml b/.github/workflows/WearOAuth.yml index 23cacf984..3153445a6 100644 --- a/.github/workflows/WearOAuth.yml +++ b/.github/workflows/WearOAuth.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WearSpeakerSample.yml b/.github/workflows/WearSpeakerSample.yml index 164959452..5902b5bbe 100644 --- a/.github/workflows/WearSpeakerSample.yml +++ b/.github/workflows/WearSpeakerSample.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WearTilesKotlin.yml b/.github/workflows/WearTilesKotlin.yml index 17e7ee4cd..dc61cc395 100644 --- a/.github/workflows/WearTilesKotlin.yml +++ b/.github/workflows/WearTilesKotlin.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/copy-branch.yml b/.github/workflows/copy-branch.yml index 18d08885c..b7053bb0c 100644 --- a/.github/workflows/copy-branch.yml +++ b/.github/workflows/copy-branch.yml @@ -19,7 +19,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it, # but specifies master branch (old default). - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 0 ref: master diff --git a/Complications/gradle/libs.versions.toml b/Complications/gradle/libs.versions.toml index dfbe084aa..8ed18c699 100644 --- a/Complications/gradle/libs.versions.toml +++ b/Complications/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.1" androidx-wear-watchface = "1.2.1" org-jetbrains-kotlin = "1.9.25" diff --git a/ComposeStarter/gradle/libs.versions.toml b/ComposeStarter/gradle/libs.versions.toml index 974fdbb62..815ee6bd4 100644 --- a/ComposeStarter/gradle/libs.versions.toml +++ b/ComposeStarter/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-activity = "1.9.2" -androidx-compose-bom = "2024.09.02" +android-gradle-plugin = "8.7.1" +androidx-activity = "1.9.3" +androidx-compose-bom = "2024.10.00" androidx-wear-compose = "1.4.0" compose-compiler = "1.5.15" compose-ui-tooling = "1.4.0" @@ -9,9 +9,9 @@ horologist = "0.6.20" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.25" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" -ui-test-manifest = "1.7.2" +roborazzi = "1.29.0" +ui-test-junit4 = "1.7.4" +ui-test-manifest = "1.7.4" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } diff --git a/DataLayer/gradle/libs.versions.toml b/DataLayer/gradle/libs.versions.toml index 53cfc0ef1..5b5a50483 100644 --- a/DataLayer/gradle/libs.versions.toml +++ b/DataLayer/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-activity = "1.9.2" -androidx-compose-bom = "2024.09.02" +android-gradle-plugin = "8.7.1" +androidx-activity = "1.9.3" +androidx-compose-bom = "2024.10.00" # do not bump to 2.8.0 until bumping to beta version of Compose androidx-lifecycle = "2.8.6" androidx-wear-compose = "1.4.0" @@ -12,15 +12,15 @@ org-jetbrains-kotlinx = "1.9.0" horologist = "0.6.20" compose-ui-tooling = "1.4.0" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" -ui-test-manifest = "1.7.2" +roborazzi = "1.29.0" +ui-test-junit4 = "1.7.4" +ui-test-manifest = "1.7.4" [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.3" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4" 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" } diff --git a/WatchFaceFormat/Complications/gradle/libs.versions.toml b/WatchFaceFormat/Complications/gradle/libs.versions.toml index 4674692ae..17ba87b5e 100644 --- a/WatchFaceFormat/Complications/gradle/libs.versions.toml +++ b/WatchFaceFormat/Complications/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" kotlin = "1.9.25" [plugins] diff --git a/WatchFaceFormat/Flavors/gradle/libs.versions.toml b/WatchFaceFormat/Flavors/gradle/libs.versions.toml index 4674692ae..17ba87b5e 100644 --- a/WatchFaceFormat/Flavors/gradle/libs.versions.toml +++ b/WatchFaceFormat/Flavors/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" kotlin = "1.9.25" [plugins] diff --git a/WatchFaceFormat/SimpleAnalog/gradle/libs.versions.toml b/WatchFaceFormat/SimpleAnalog/gradle/libs.versions.toml index 4674692ae..17ba87b5e 100644 --- a/WatchFaceFormat/SimpleAnalog/gradle/libs.versions.toml +++ b/WatchFaceFormat/SimpleAnalog/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" kotlin = "1.9.25" [plugins] diff --git a/WatchFaceFormat/SimpleDigital/gradle/libs.versions.toml b/WatchFaceFormat/SimpleDigital/gradle/libs.versions.toml index 4674692ae..17ba87b5e 100644 --- a/WatchFaceFormat/SimpleDigital/gradle/libs.versions.toml +++ b/WatchFaceFormat/SimpleDigital/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" kotlin = "1.9.25" [plugins] diff --git a/WatchFaceFormat/Weather/gradle/libs.versions.toml b/WatchFaceFormat/Weather/gradle/libs.versions.toml index 4674692ae..17ba87b5e 100644 --- a/WatchFaceFormat/Weather/gradle/libs.versions.toml +++ b/WatchFaceFormat/Weather/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" kotlin = "1.9.25" [plugins] diff --git a/WatchFaceFormat/validator-plugin/gradle/libs.versions.toml b/WatchFaceFormat/validator-plugin/gradle/libs.versions.toml index 507eb1288..a4f8d938c 100644 --- a/WatchFaceFormat/validator-plugin/gradle/libs.versions.toml +++ b/WatchFaceFormat/validator-plugin/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" kotlin = "1.9.25" [libraries] diff --git a/WatchFaceFormat/validator-plugin/gradle/wrapper/gradle-wrapper.properties b/WatchFaceFormat/validator-plugin/gradle/wrapper/gradle-wrapper.properties index 09523c0e5..df97d72b8 100644 --- a/WatchFaceFormat/validator-plugin/gradle/wrapper/gradle-wrapper.properties +++ b/WatchFaceFormat/validator-plugin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/WatchFaceFormat/validator-plugin/plugins/build.gradle.kts b/WatchFaceFormat/validator-plugin/plugins/build.gradle.kts index 05098e190..27392a633 100644 --- a/WatchFaceFormat/validator-plugin/plugins/build.gradle.kts +++ b/WatchFaceFormat/validator-plugin/plugins/build.gradle.kts @@ -26,7 +26,7 @@ java { } dependencies { - implementation("com.android.tools.build:gradle-api:7.1.0-alpha13") + implementation("com.android.tools.build:gradle-api:8.7.1") implementation("io.ktor:ktor-client-core:3.0.0") runtimeOnly("io.ktor:ktor-client-okhttp:3.0.0") diff --git a/WatchFaceKotlin/gradle/libs.versions.toml b/WatchFaceKotlin/gradle/libs.versions.toml index c017bfd80..801a8f972 100644 --- a/WatchFaceKotlin/gradle/libs.versions.toml +++ b/WatchFaceKotlin/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-activity = "1.9.2" +android-gradle-plugin = "8.7.1" +androidx-activity = "1.9.3" androidx-lifecycle = "2.8.6" androidx-test = "1.4.0" androidx-wear-compose = "1.1.0-rc01" @@ -12,11 +12,11 @@ org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.9.0" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1" 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.6.1" +androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.7.1" 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" diff --git a/WearOAuth/gradle/libs.versions.toml b/WearOAuth/gradle/libs.versions.toml index 6f1172fca..12d98a5d4 100644 --- a/WearOAuth/gradle/libs.versions.toml +++ b/WearOAuth/gradle/libs.versions.toml @@ -1,33 +1,33 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-compose-bom = "2024.09.02" -androidx-activity = "1.9.2" +android-gradle-plugin = "8.7.1" +androidx-compose-bom = "2024.10.00" +androidx-activity = "1.9.3" androidx-lifecycle = "2.8.6" androidx-test = "1.5.2" androidx-wear-compose = "1.4.0" -compose = "1.7.2" +compose = "1.7.4" compose-compiler = "1.5.15" org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.9.0" ktlint = "0.50.0" horologist = "0.6.20" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" +roborazzi = "1.29.0" +ui-test-junit4 = "1.7.4" [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.6.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1" android-material = "com.google.android.material:material:1.12.0" -android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.1" +android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1" 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-core-ktx = "androidx.core:core-ktx:1.13.1" -androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.3" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4" androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" } 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" } diff --git a/WearSpeakerSample/gradle/libs.versions.toml b/WearSpeakerSample/gradle/libs.versions.toml index b0d26a813..62c63b202 100644 --- a/WearSpeakerSample/gradle/libs.versions.toml +++ b/WearSpeakerSample/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-activity = "1.9.2" -androidx-compose-bom = "2024.09.02" +android-gradle-plugin = "8.7.1" +androidx-activity = "1.9.3" +androidx-compose-bom = "2024.10.00" androidx-media3 = "1.4.1" androidx-wear-compose = "1.4.0" compose-compiler = "1.5.15" @@ -9,9 +9,9 @@ compose-ui-tooling = "1.4.0" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.25" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" -ui-test-manifest = "1.7.2" +roborazzi = "1.29.0" +ui-test-junit4 = "1.7.4" +ui-test-manifest = "1.7.4" horologist = "0.6.20" [libraries] diff --git a/WearTilesKotlin/gradle/libs.versions.toml b/WearTilesKotlin/gradle/libs.versions.toml index 1b8cf6251..b9afcc8fc 100644 --- a/WearTilesKotlin/gradle/libs.versions.toml +++ b/WearTilesKotlin/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-wear-tiles = "1.4.0" +android-gradle-plugin = "8.7.1" +androidx-wear-tiles = "1.4.1" androidx-wear-tooling-preview = "1.0.0" -compose = "1.7.2" +compose = "1.7.4" compose-compiler = "1.5.15" horologist = "0.6.20" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.9.0" -tiles-tooling-preview = "1.4.0" +tiles-tooling-preview = "1.4.1" [libraries] androidx-datastore = "androidx.datastore:datastore-preferences:1.1.1"