feat: enable Play Store CI deploy via Google Play API

- Add ndk debugSymbolLevel=FULL to release build type (opt-B for debug symbols)
- Add google-api-python-client to Nix devshell
- Add scripts/deploy_playstore.py to upload AAB to internal track
- Add deploy-android-bundle task to Taskfile
- Enable release.yml (remove if:false, wire up task deploy-android-bundle)
- Fix forbidden-files pre-commit hook to run task via nix develop (like dart-check)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas SharedInbox
2026-05-13 17:13:38 +02:00
co-authored by Claude Sonnet 4.6
parent ebd6a27c1a
commit 65aba81952
8 changed files with 89 additions and 35 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ repos:
- id: forbidden-files-hook
name: check for forbidden home-directory files
language: system
entry: task check-hygiene
entry: bash -c 'cd "$(git rev-parse --show-toplevel)" && nix develop --command task check-hygiene'
pass_filenames: false
always_run: true
- id: dart-check