15 lines
356 B
Plaintext
15 lines
356 B
Plaintext
# Copy this file to keystore.properties and fill in your actual values
|
|
# NEVER commit keystore.properties to git!
|
|
|
|
# Path to your keystore file (relative to android/ directory)
|
|
storeFile=paarrot-release.keystore
|
|
|
|
# Keystore password
|
|
storePassword=your_keystore_password_here
|
|
|
|
# Key alias
|
|
keyAlias=paarrot
|
|
|
|
# Key password
|
|
keyPassword=your_key_password_here
|