refactor(android): consolidate signing config and bump SDK to 36

- Remove external android-signing.gradle.kts, inline keystore config
  into app/build.gradle.kts
- Update compileSdk and targetSdk to 36
- Fix version format in package.json (v0.1 → 0.1.0)
This commit is contained in:
2026-05-24 23:53:14 +08:00
parent 6c90b09ef7
commit 94a432b14d
4 changed files with 56 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "bookmgr-client",
"private": true,
"version": "v0.1",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",