駅名標+在線状況LED

This commit is contained in:
harukin-DeskMini
2022-03-28 01:47:03 +09:00
parent 9580425958
commit f73d57e93e
15 changed files with 38204 additions and 37 deletions

View File

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