diff --git a/app.json b/app.json
index 7485b53..3d4ce7a 100644
--- a/app.json
+++ b/app.json
@@ -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": {
diff --git a/components/settings.js b/components/settings.js
index f020ed3..bd25731 100644
--- a/components/settings.js
+++ b/components/settings.js
@@ -67,7 +67,26 @@ export default function Setting(props) {
textAlignVertical: "center",
}}
>
- 内部バージョン: 4.3.3.1
+ マップを表示する(beta)
+
+
+ setMapSwitch(value.toString())}
+ />
+
+
+
+ 内部バージョン: 4.4
@@ -85,26 +104,6 @@ export default function Setting(props) {
-
-
-
- マップを表示する(beta)
-
-
- setMapSwitch(value.toString())}
- />
-