0.2.3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user