Published test version with EAS changes.

This commit is contained in:
Patrick Fic
2022-05-10 15:13:12 -07:00
parent f1dfd4fd80
commit a6d98f734e
2 changed files with 21 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "ImEX Mobile",
"slug": "imexmobile",
"version": "1.3.0",
"version": "1.3.3",
"extra": {
"expover": "1"
},
@@ -11,12 +11,12 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
"buildNumber": "1.3.0",
"buildNumber": "1.3.3",
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"package": "com.imex.imexmobile",
"versionCode": 1030000,
"versionCode": 1030300,
"googleServicesFile": "./google-services.json"
},
"splash": {

18
eas.json Normal file
View File

@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 0.52.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}