Resolve jobs list refresh.

This commit is contained in:
Patrick Fic
2022-01-12 15:26:50 -08:00
parent 972d2e3d3c
commit 352d57bb36
4 changed files with 182 additions and 92 deletions

View File

@@ -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"]
}
}