Minor app improvements.
This commit is contained in:
13
eas.json
13
eas.json
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"cli": {
|
||||
"version": ">= 0.52.0"
|
||||
"version": ">= 0.52.0",
|
||||
"appVersionSource": "remote"
|
||||
},
|
||||
"build": {
|
||||
"development": {
|
||||
@@ -14,14 +15,16 @@
|
||||
"developmentClient": true,
|
||||
"channel": "test",
|
||||
"distribution": "internal",
|
||||
"ios": { "simulator": true },
|
||||
"ios": {
|
||||
"simulator": true
|
||||
},
|
||||
"autoIncrement": true
|
||||
},
|
||||
"test": {
|
||||
"channel": "test",
|
||||
"android": {
|
||||
"buildType": "apk"
|
||||
},
|
||||
// "android": {
|
||||
// "buildType": "apk"
|
||||
// },
|
||||
"autoIncrement": true
|
||||
},
|
||||
"production": {
|
||||
|
||||
Reference in New Issue
Block a user