android: load release signing from keystore.properties

Read upload-keystore credentials from a gitignored keystore.properties
(falling back to unsigned release when absent), bundle full native debug
symbols for Play crash symbolication, and ignore keystore secrets.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 01:03:38 +02:00
parent d68170bc87
commit b1fbac3ec1
2 changed files with 34 additions and 0 deletions

5
android/.gitignore vendored
View File

@@ -11,3 +11,8 @@
# Local build artifacts
*.apk
# Signing — never commit the keystore or its passwords
keystore.properties
*.jks
*.keystore