Resolved production build challenges. Deployed as 1.6.0-9
This commit is contained in:
21
app.json
21
app.json
@@ -4,14 +4,17 @@
|
||||
"slug": "imexmobile",
|
||||
"version": "1.6.0",
|
||||
"extra": {
|
||||
"expover": "8",
|
||||
"expover": "9",
|
||||
"eas": {
|
||||
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
|
||||
}
|
||||
},
|
||||
"orientation": "default",
|
||||
"icon": "./assets/logo192noa.png",
|
||||
"platforms": ["ios", "android"],
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.imex.imexmobile",
|
||||
@@ -24,7 +27,7 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "com.imex.imexmobile",
|
||||
"versionCode": 1100033,
|
||||
"versionCode": 1100034,
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.READ_EXTERNAL_STORAGE",
|
||||
@@ -40,9 +43,12 @@
|
||||
"icon": "./assets/logo192noa.png"
|
||||
},
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
"fallbackToCacheTimeout": 0,
|
||||
"url": "https://u.expo.dev/ffe01f3a-d507-4698-82cd-da1f1cad450b"
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"web": {
|
||||
"favicon": "./assets/logo192noa.png",
|
||||
"config": {
|
||||
@@ -77,6 +83,9 @@
|
||||
}
|
||||
],
|
||||
"expo-localization"
|
||||
]
|
||||
],
|
||||
"runtimeVersion": {
|
||||
"policy": "appVersion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user