Resolve jobs list refresh.
This commit is contained in:
14
app.json
14
app.json
@@ -2,7 +2,7 @@
|
||||
"expo": {
|
||||
"name": "ImEX Mobile",
|
||||
"slug": "imexmobile",
|
||||
"version": "1.2.3",
|
||||
"version": "1.3.0",
|
||||
"extra": {
|
||||
"expover": "1"
|
||||
},
|
||||
@@ -11,12 +11,12 @@
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.imex.imexmobile",
|
||||
"buildNumber": "1.2.3",
|
||||
"buildNumber": "1.3.0",
|
||||
"googleServicesFile": "./GoogleService-Info.plist"
|
||||
},
|
||||
"android": {
|
||||
"package": "com.imex.imexmobile",
|
||||
"versionCode": 1020300,
|
||||
"versionCode": 1030000,
|
||||
"googleServicesFile": "./google-services.json"
|
||||
},
|
||||
"splash": {
|
||||
@@ -29,9 +29,7 @@
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"web": {
|
||||
"favicon": "./assets/logo192noa.png",
|
||||
"config": {
|
||||
@@ -60,8 +58,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
"sentry-expo"
|
||||
]
|
||||
"plugins": ["sentry-expo"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user