1
0
mirror of https://github.com/avinal/nikki.git synced 2026-07-04 05:50:10 +05:30

Add CI/CD workflows and release signing config

Build workflow: runs tests + assembles debug APK on pull requests.
Release workflow: builds signed APK and uploads to GitHub release.
Signing config reads keystore from env vars (set by CI secrets).
Keystore files excluded from git.

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context)
This commit is contained in:
2026-05-22 19:05:40 +05:30
parent d02edde30e
commit d2be80bc7d
4 changed files with 87 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@ index.html
script.js
styles.css
# Signing
*.jks
*.keystore
# Dev artifacts
PLAN.md
Screenshot_*.png