finish android task suite

This commit is contained in:
2026-06-02 08:14:00 -04:00
parent 6c4d77bbec
commit 36b087ae92
57 changed files with 7566 additions and 459 deletions

View 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