4.5-beta-2

This commit is contained in:
harukin-DeskMini 2023-03-02 21:11:57 +09:00
parent 12934f0963
commit f6a88f09e4
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
"**/*"
],
"ios": {
"buildNumber": "24",
"buildNumber": "25",
"supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
"config": {
@ -31,7 +31,7 @@
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 16,
"versionCode": 17,
"permissions": [
"ACCESS_FINE_LOCATION"
],

View File

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