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": { "ios": {
"buildNumber": "24", "buildNumber": "25",
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn", "bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
"config": { "config": {
@ -31,7 +31,7 @@
}, },
"android": { "android": {
"package": "jrshikokuinfo.xprocess.hrkn", "package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 16, "versionCode": 17,
"permissions": [ "permissions": [
"ACCESS_FINE_LOCATION" "ACCESS_FINE_LOCATION"
], ],

View File

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