Add release build configuration with automatic signing
- 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
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ NUL
|
||||
# Android/ Gradle build outputs (optional for CI, can be kept locally if desired)
|
||||
**/build/
|
||||
.gradle/
|
||||
app/my-release.jks
|
||||
|
||||
Reference in New Issue
Block a user