4.4 release

This commit is contained in:
harukin-DeskMini
2022-09-30 00:05:16 +09:00
parent 66e3fb3d75
commit 518a678ada
4 changed files with 28 additions and 34 deletions

View File

@@ -3,11 +3,8 @@
"name": "JR四国運行状況",
"slug": "jrshikoku",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"version": "4.3",
"platforms": ["ios", "android"],
"version": "4.4",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@@ -18,11 +15,9 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "21",
"buildNumber": "22",
"supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
"config": {
@@ -31,7 +26,7 @@
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 15,
"versionCode": 16,
"permissions": ["ACCESS_FINE_LOCATION"],
"googleServicesFile": "./google-services.json",
"config": {