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"