アップデートの値設定
This commit is contained in:
4
app.json
4
app.json
@@ -23,7 +23,7 @@
|
|||||||
"**/*"
|
"**/*"
|
||||||
],
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"buildNumber": "29",
|
"buildNumber": "31",
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"config": {
|
"config": {
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"package": "jrshikokuinfo.xprocess.hrkn",
|
"package": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"versionCode": 19,
|
"versionCode": 20,
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"ACCESS_FINE_LOCATION"
|
"ACCESS_FINE_LOCATION"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ export default function Setting(props) {
|
|||||||
textAlignVertical: "center",
|
textAlignVertical: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
内部バージョン: 4.6 beta-1
|
内部バージョン: 4.6
|
||||||
</Text>
|
</Text>
|
||||||
<View style={{ flex: 1 }} />
|
<View style={{ flex: 1 }} />
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const news = "2023-7-16";
|
export const news = "2023-12-25";
|
||||||
|
|||||||
Reference in New Issue
Block a user