アップデートの値設定

This commit is contained in:
harukin-OneMix4 2023-12-25 05:46:20 +09:00
parent f1e98344ca
commit 9b70843e9c
3 changed files with 4 additions and 4 deletions

View File

@ -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"
],

View File

@ -165,7 +165,7 @@ export default function Setting(props) {
textAlignVertical: "center",
}}
>
内部バージョン: 4.6 beta-1
内部バージョン: 4.6
</Text>
<View style={{ flex: 1 }} />
</View>

View File

@ -1 +1 @@
export const news = "2023-7-16";
export const news = "2023-12-25";