13 lines
497 B
Plaintext
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=
|