[App] Disable R8 full mode, support devModePassword, fix build timestamp

This commit is contained in:
Kuba Szczodrzyński
2024-07-01 11:53:14 +02:00
parent 6e19f37d79
commit 77e1acbb1e
12 changed files with 35 additions and 47 deletions

View File

@ -31,7 +31,7 @@ jobs:
name: Build nightly release (APK)
needs:
- check
if: ${{ needs.check.outputs.hasNewChanges }}
if: ${{ needs.check.outputs.hasNewChanges == 'true' }}
uses: szkolny-eu/szkolny-android/.github/workflows/_build.yml@develop
with:
nightly: true