refactor(mobile): moved the versioning lookup at at the mobile folder plus renamed

This commit is contained in:
2026-04-26 18:33:28 -05:00
parent 77b4533dea
commit bddc9aca0d
5 changed files with 901 additions and 19 deletions

View File

@@ -15,13 +15,12 @@
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png",
"package": "net.alpla.lst.mobile"
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"versionCode": 5,
"minSupportedVersionCode": 1,
"predictiveBackGestureEnabled": false,
"package": "com.anonymous.lstMobile"
"package": "net.alpla.lst.mobile"
},
"web": {
"output": "static",