feat: implement Android app signing setup and update .gitignore for keystore files

This commit is contained in:
2026-04-19 07:24:38 +10:00
parent 6fdaa8dfd3
commit d8343d089b
4 changed files with 101 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
# 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