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