build(android): configure release signing with keystore

Replaces default debug signing with a dedicated release keystore loaded via android/key.properties. Fixes the cross-host signature mismatch that broke adb install -r. keystore and key.properties are gitignored (signing identity must not be committed).

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-08-10 13:43:29 +08:00
parent 99ed3bb9ec
commit a702f80116
2 changed files with 23 additions and 3 deletions

4
.gitignore vendored
View File

@@ -46,6 +46,10 @@ app.*.map.json
/android/app/release
/android/build/
# Release signing keystore (do NOT commit — contains signing identity)
/android/key.properties
/android/app/key.jks
# AI Agents
.claude/
.agents/