mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:27:20 +00:00
- 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
7 lines
238 B
Text
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
|