Release signing from gitignored keystore.properties

Keystore at ~/.keystores/meddetsamme-release.jks (4096-bit RSA, 30 yr),
credentials in keystore.properties — both outside version control. A
clone without the file still builds (unsigned release) instead of
failing, so nothing breaks for CI or a fresh checkout.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-06-10 14:27:40 +02:00
commit 4f1e76eca2
2 changed files with 25 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
.gradle/
build/
local.properties
keystore.properties
*.jks
.kotlin/
*.iml
.idea/