From 55a9ec90cf8922610cc0b4b230d89e51f3283fc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:10:35 +0000 Subject: [PATCH] build(deps): update all non-major dependencies --- .github/workflows/android-release.yaml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-release.yaml b/.github/workflows/android-release.yaml index eb55ee4..66e7049 100644 --- a/.github/workflows/android-release.yaml +++ b/.github/workflows/android-release.yaml @@ -74,7 +74,7 @@ jobs: - name: 🖥️ Update website if: steps.release.outputs.new_release_published == 'true' && !steps.release.outputs.new_release_channel && steps.release.outputs.new_release_patch_version == '0' - uses: pawcoding/update-project-action@v0.0.5 + uses: pawcoding/update-project-action@v0.1.0 with: pocketbase-url: ${{ vars.PB_URL }} collection-id: ${{ vars.PB_COLLECTION }} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 22561a4..95a906a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ kotlinSerialization = "2.4.10" kotlinxSerialization = "1.11.0" lifecycleRuntimeKtx = "2.11.0" lifecycleViewmodelNav3 = "2.11.0" -nav3Core = "1.1.4" +nav3Core = "1.1.5" playServicesCodeScanner = "16.1.0" revealswipe = "3.0.0" review = "2.0.2"