5.4リリース
This commit is contained in:
parent
8a610a6041
commit
b7862e3901
2
app.json
2
app.json
@ -44,7 +44,7 @@
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"ios": {
|
||||
"buildNumber": "33",
|
||||
"buildNumber": "34",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||
"config": {
|
||||
|
@ -12,7 +12,7 @@ import * as Updates from "expo-updates";
|
||||
import { useWindowDimensions } from "react-native";
|
||||
import { ListItem } from "native-base";
|
||||
|
||||
const versionCode = "5.2";
|
||||
const versionCode = "5.3";
|
||||
|
||||
export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
|
||||
const { width } = useWindowDimensions();
|
||||
|
Loading…
Reference in New Issue
Block a user