finish android task suite
This commit is contained in:
22
android/key.properties.template
Normal file
22
android/key.properties.template
Normal file
@@ -0,0 +1,22 @@
|
||||
# ============================================================
|
||||
# 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
|
||||
Reference in New Issue
Block a user