From 5771af5089fb51c8dfcb773448d29fad4a7b0d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 07:50:13 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/android.yml | 6 +++--- .../gradle/libs.versions.toml | 16 +++++++-------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/libs.versions.toml | 20 +++++++++---------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a376f3d..1d0ca03 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,9 +28,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'jetbrains' java-version: '21' @@ -39,7 +39,7 @@ jobs: - name: Zip artifacts run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so' - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: assemble path: assemble.zip diff --git a/ManagedConfigurations/gradle/libs.versions.toml b/ManagedConfigurations/gradle/libs.versions.toml index a819a6f..7568fdb 100644 --- a/ManagedConfigurations/gradle/libs.versions.toml +++ b/ManagedConfigurations/gradle/libs.versions.toml @@ -13,15 +13,15 @@ # limitations under the License. [versions] -agp = "8.9.2" -kotlin = "2.1.0" -coreKtx = "1.16.0" +agp = "8.13.2" +kotlin = "2.3.0" +coreKtx = "1.17.0" junit = "4.13.2" -junitVersion = "1.2.1" -espressoCore = "3.6.1" -appcompat = "1.7.0" -material = "1.12.0" -activity = "1.10.1" +junitVersion = "1.3.0" +espressoCore = "3.7.0" +appcompat = "1.7.1" +material = "1.13.0" +activity = "1.12.2" constraintlayout = "2.2.1" enterprise = "1.1.0" diff --git a/ManagedConfigurations/gradle/wrapper/gradle-wrapper.properties b/ManagedConfigurations/gradle/wrapper/gradle-wrapper.properties index 9d17b11..6790a38 100644 --- a/ManagedConfigurations/gradle/wrapper/gradle-wrapper.properties +++ b/ManagedConfigurations/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Sep 24 15:13:10 JST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/Work-profile-codelab/gradle/libs.versions.toml b/Work-profile-codelab/gradle/libs.versions.toml index 26fb473..84f7241 100644 --- a/Work-profile-codelab/gradle/libs.versions.toml +++ b/Work-profile-codelab/gradle/libs.versions.toml @@ -13,17 +13,17 @@ # limitations under the License. [versions] -agp = "8.8.0" -kotlin = "2.0.21" -coreKtx = "1.15.0" +agp = "8.13.2" +kotlin = "2.3.0" +coreKtx = "1.17.0" junit = "4.13.2" -junitVersion = "1.2.1" -espressoCore = "3.6.1" -appcompat = "1.7.0" -material = "1.12.0" -activity = "1.9.3" -constraintlayout = "2.2.0" -recyclerview = "1.3.2" +junitVersion = "1.3.0" +espressoCore = "3.7.0" +appcompat = "1.7.1" +material = "1.13.0" +activity = "1.12.2" +constraintlayout = "2.2.1" +recyclerview = "1.4.0" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } diff --git a/Work-profile-codelab/gradle/wrapper/gradle-wrapper.properties b/Work-profile-codelab/gradle/wrapper/gradle-wrapper.properties index 1715efe..6e12712 100644 --- a/Work-profile-codelab/gradle/wrapper/gradle-wrapper.properties +++ b/Work-profile-codelab/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue May 10 13:45:28 JST 2022 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists \ No newline at end of file