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>
19 lines
232 B
Plaintext
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
|