- Configure release build type with minify and shrink resources - Add signing configuration using keystore - Use gradle.properties for secure password storage - Add keystore to .gitignore for security
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
# Ignore Windows reserved files
|
|
NUL
|
|
|
|
# Android/ Gradle build outputs (optional for CI, can be kept locally if desired)
|
|
**/build/
|
|
.gradle/
|
|
app/my-release.jks
|