Signing config reads from keystore.properties (gitignored). Release build has minification enabled. The keystore and properties file are excluded from version control. To build a signed release APK: ./gradlew assembleRelease Output: app/build/outputs/apk/release/app-release.apk
19 lines
238 B
Text
19 lines
238 B
Text
# Build output
|
|
build/
|
|
app/build/
|
|
|
|
# Gradle cache
|
|
.gradle/
|
|
|
|
# Local SDK/IDE config
|
|
local.properties
|
|
*.iml
|
|
.idea/
|
|
|
|
# Claude Code session data
|
|
.claude/
|
|
|
|
# Signing credentials — keep off version control
|
|
*.jks
|
|
*.keystore
|
|
keystore.properties
|