アップデートの値設定

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": { "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"
], ],

View File

@ -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>

View File

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