From ec95b9f65e245c1c1430b04ab088bf90fb53ac54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:31:16 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ------------------------------------------------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v6 | v7.0.1 | | github-tags | codecov/codecov-action | v5.5.2 | v6 | | github-tags | gradle/actions | v5 | v6.1.0 | | maven | com.android.library:com.android.library.gradle.plugin | 8.13.2 | 9.2.0 | | maven | com.android.application:com.android.application.gradle.plugin | 8.13.2 | 9.2.0 | --- .github/workflows/build.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/unit-test.yml | 2 +- gradle/libs.versions.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d7573ee..ebe91637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: run: ./gradlew assembleDebug --warning-mode all --stacktrace - name: Upload APK - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: app-debug path: app/build/outputs/apk/debug/app-debug.apk diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 5c298dbe..61b757cc 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: gradle/actions/wrapper-validation@v5 + - uses: gradle/actions/wrapper-validation@v6 diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 1ba13488..a6498487 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace - name: Upload Test Report - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6 with: files: ./app/build/reports/kover/reportDebug.xml fail_ci_if_error: true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a681b45e..04b6e7d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] android-compile = "36" -android-gradle = "8.13.2" +android-gradle = "9.2.0" android-min = "21" android-target = "36" androidx-appcompat = "1.7.1"