AeThex-OS/android/keystore.properties.example
Claude b3011943c6
Add Android release signing configuration
- Update build.gradle with signingConfigs for release builds
- Enable minification and resource shrinking for release
- Add keystore.properties.example template
- Update .gitignore to exclude keystore and credentials

https://claude.ai/code/session_01WzGEr7t8hWFyiANo22iokS
2026-01-31 22:04:54 +00:00

7 lines
238 B
Text

# Copy this file to keystore.properties and fill in your values
# DO NOT commit keystore.properties to version control
storeFile=app/aethex-release.keystore
storePassword=your-store-password
keyAlias=aethex
keyPassword=your-key-password