Files
Cable/android/.gitignore
Stefan Lange-Hegermann b1fbac3ec1 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>
2026-06-04 01:03:38 +02:00

19 lines
232 B
Plaintext

*.iml
.gradle/
/local.properties
/.idea/
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
/app/build/
# Local build artifacts
*.apk
# Signing — never commit the keystore or its passwords
keystore.properties
*.jks
*.keystore