Files
edu/gradle.properties.example
T
Sebastian Molenda 6c4b5f4adf
Deploy to FTP / deploy (push) Successful in 5s
Build APK / build (push) Successful in 1m58s
0.2.3
2026-05-27 14:57:44 +02:00

13 lines
497 B
Plaintext

# Example properties for signing your release APK/AAB.
# DO NOT commit real passwords. Copy this to gradle.properties in your home
# directory (~/.gradle/gradle.properties) or to a secure CI secret store.
# Path to your keystore file (relative to project root or absolute path)
MYAPP_STORE_FILE=keystores/my-release-key.jks
# Your keystore password
MYAPP_STORE_PASSWORD=
# Your key alias inside the keystore
MYAPP_KEY_ALIAS=
# Your key password (often same as store password)
MYAPP_KEY_PASSWORD=