pmtool / android /keystore.properties.template
devarshia5's picture
Upload 487 files
d97b8f9 verified
Raw
History Blame Contribute Delete
421 Bytes
# Copy this file to keystore.properties and fill in your actual keystore details
# Keep keystore.properties out of version control!
# Path to your keystore file (relative to project root or absolute path)
storeFile=../path/to/your/pm-tool-production.keystore
# Keystore password
storePassword=your_keystore_password_here
# Key alias
keyAlias=pm-tool-key
# Key password
keyPassword=your_key_password_here