App Version 4.2 Release

This commit is contained in:
harukin-DeskMini
2022-06-11 07:54:00 +09:00
parent 2e8e12ba58
commit 71eed8cafd
4 changed files with 23 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"ios",
"android"
],
"version": "4.1",
"version": "4.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@@ -22,13 +22,13 @@
"**/*"
],
"ios": {
"buildNumber": "19",
"buildNumber": "20",
"supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn"
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 12,
"versionCode": 14,
"permissions": ["ACCESS_FINE_LOCATION"],
"googleServicesFile": "./google-services.json"
}