Files
Kordant/android/key.properties.template

23 lines
706 B
Plaintext

# ============================================================
# Kordant Release Keystore Configuration
# ============================================================
#
# IMPORTANT: This file contains sensitive credentials.
# NEVER commit this file to version control.
# Copy this template to key.properties and fill in your values.
#
# The key.properties file is listed in .gitignore.
# ============================================================
# Path to the keystore file (relative to the android/ directory)
storeFile=../kordant-release.keystore
# Keystore password
storePassword=CHANGE_ME_STORE_PASSWORD
# Key alias
keyAlias=kordant-release-key
# Key password
keyPassword=CHANGE_ME_KEY_PASSWORD