diff --git a/.github/workflows/Complications.yml b/.github/workflows/Complications.yml index 78c2c8931..4aab03384 100644 --- a/.github/workflows/Complications.yml +++ b/.github/workflows/Complications.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/ComposeStarter.yml b/.github/workflows/ComposeStarter.yml index dc8c73f01..d10bf1936 100644 --- a/.github/workflows/ComposeStarter.yml +++ b/.github/workflows/ComposeStarter.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/DataLayer.yml b/.github/workflows/DataLayer.yml index 03f14cf45..4c6a84b13 100644 --- a/.github/workflows/DataLayer.yml +++ b/.github/workflows/DataLayer.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WatchFaceKotlin.yml b/.github/workflows/WatchFaceKotlin.yml index 85418dc1a..ba5652acf 100644 --- a/.github/workflows/WatchFaceKotlin.yml +++ b/.github/workflows/WatchFaceKotlin.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WearOAuth.yml b/.github/workflows/WearOAuth.yml index f698f9df1..6f92e48f1 100644 --- a/.github/workflows/WearOAuth.yml +++ b/.github/workflows/WearOAuth.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WearSpeakerSample.yml b/.github/workflows/WearSpeakerSample.yml index 9977281d6..ab447fbdf 100644 --- a/.github/workflows/WearSpeakerSample.yml +++ b/.github/workflows/WearSpeakerSample.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/WearTilesKotlin.yml b/.github/workflows/WearTilesKotlin.yml index e16d3dc06..112e7c89a 100644 --- a/.github/workflows/WearTilesKotlin.yml +++ b/.github/workflows/WearTilesKotlin.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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 0ab6436ba..cad90590d 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: fetch-depth: 0 ref: master diff --git a/Complications/gradle/libs.versions.toml b/Complications/gradle/libs.versions.toml index 70236add4..189c06075 100644 --- a/Complications/gradle/libs.versions.toml +++ b/Complications/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-wear-watchface = "1.2.1" org-jetbrains-kotlin = "1.9.24" diff --git a/ComposeStarter/gradle/libs.versions.toml b/ComposeStarter/gradle/libs.versions.toml index 32fe9c270..87b19030d 100644 --- a/ComposeStarter/gradle/libs.versions.toml +++ b/ComposeStarter/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-compose-bom = "2024.05.00" androidx-wear-compose = "1.3.1" @@ -8,8 +8,8 @@ compose-ui-tooling = "1.3.1" horologist = "0.5.27" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.24" -robolectric = "4.12.1" -roborazzi = "1.15.0" +robolectric = "4.12.2" +roborazzi = "1.16.1" ui-test-junit4 = "1.6.7" ui-test-manifest = "1.6.7" diff --git a/DataLayer/gradle/libs.versions.toml b/DataLayer/gradle/libs.versions.toml index f4d77e955..1ca4b09a8 100644 --- a/DataLayer/gradle/libs.versions.toml +++ b/DataLayer/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-compose-bom = "2024.05.00" androidx-lifecycle = "2.8.0" diff --git a/WatchFaceFormat/Complications/build.gradle.kts b/WatchFaceFormat/Complications/build.gradle.kts index bc785c062..82d2e4ddb 100644 --- a/WatchFaceFormat/Complications/build.gradle.kts +++ b/WatchFaceFormat/Complications/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/Flavors/build.gradle.kts b/WatchFaceFormat/Flavors/build.gradle.kts index bc785c062..82d2e4ddb 100644 --- a/WatchFaceFormat/Flavors/build.gradle.kts +++ b/WatchFaceFormat/Flavors/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/SimpleAnalog/build.gradle.kts b/WatchFaceFormat/SimpleAnalog/build.gradle.kts index bc785c062..82d2e4ddb 100644 --- a/WatchFaceFormat/SimpleAnalog/build.gradle.kts +++ b/WatchFaceFormat/SimpleAnalog/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/SimpleDigital/build.gradle.kts b/WatchFaceFormat/SimpleDigital/build.gradle.kts index bc785c062..82d2e4ddb 100644 --- a/WatchFaceFormat/SimpleDigital/build.gradle.kts +++ b/WatchFaceFormat/SimpleDigital/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/Weather/build.gradle.kts b/WatchFaceFormat/Weather/build.gradle.kts index bc785c062..82d2e4ddb 100644 --- a/WatchFaceFormat/Weather/build.gradle.kts +++ b/WatchFaceFormat/Weather/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false } \ No newline at end of file diff --git a/WatchFaceKotlin/gradle/libs.versions.toml b/WatchFaceKotlin/gradle/libs.versions.toml index a8f18e278..0629d972e 100644 --- a/WatchFaceKotlin/gradle/libs.versions.toml +++ b/WatchFaceKotlin/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-lifecycle = "2.8.0" androidx-test = "1.4.0" @@ -12,11 +12,11 @@ org-jetbrains-kotlin = "1.9.24" org-jetbrains-kotlinx = "1.8.1" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.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.4.0" +androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.4.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 2e3388e96..26fd00fc8 100644 --- a/WearOAuth/gradle/libs.versions.toml +++ b/WearOAuth/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-lifecycle = "2.8.0" androidx-test = "1.5.2" @@ -15,16 +15,16 @@ ktlint = "0.50.0" [libraries] android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" } android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.4" -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.1" android-material = "com.google.android.material:material:1.12.0" -android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0" +android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.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.6.1" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4" androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.0.1" androidx-core-ktx = "androidx.core:core-ktx:1.13.1" -androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.4.0" +androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.4.1" androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.1" androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.1" androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" } @@ -61,7 +61,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "org-jetbrains-kotlinx" } kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "org-jetbrains-kotlinx" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "org-jetbrains-kotlinx" } -org-robolectric = "org.robolectric:robolectric:4.12.1" +org-robolectric = "org.robolectric:robolectric:4.12.2" playservices-auth = "com.google.android.gms:play-services-auth:21.1.1" playservices-wearable = "com.google.android.gms:play-services-wearable:18.1.0" test-core = { module = "androidx.test:core", version.ref = "androidx-test" } diff --git a/WearSpeakerSample/gradle/libs.versions.toml b/WearSpeakerSample/gradle/libs.versions.toml index db5a4d098..c90cba957 100644 --- a/WearSpeakerSample/gradle/libs.versions.toml +++ b/WearSpeakerSample/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-compose-bom = "2024.05.00" androidx-lifecycle = "2.7.0" @@ -9,8 +9,8 @@ compose-compiler = "1.5.14" compose-ui-tooling = "1.3.1" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.24" -robolectric = "4.12.1" -roborazzi = "1.15.0" +robolectric = "4.12.2" +roborazzi = "1.16.1" ui-test-junit4 = "1.6.7" ui-test-manifest = "1.6.7" horologist = "0.5.27" diff --git a/WearTilesKotlin/gradle/libs.versions.toml b/WearTilesKotlin/gradle/libs.versions.toml index 770fef76a..3427e4b75 100644 --- a/WearTilesKotlin/gradle/libs.versions.toml +++ b/WearTilesKotlin/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.4.0" +android-gradle-plugin = "8.4.1" androidx-wear-tiles = "1.3.0" androidx-wear-tooling-preview = "1.0.0" compose = "1.6.7"