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:
2026-03-15 21:47:31 +08:00
parent ffb6677cfd
commit 4415f28d08
3 changed files with 19 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ NUL
# Android/ Gradle build outputs (optional for CI, can be kept locally if desired)
**/build/
.gradle/
app/my-release.jks