add build:apk and apk config (#1454)
This commit is contained in:
parent
37252e90b4
commit
e643c43459
2 changed files with 9 additions and 1 deletions
7
eas.json
7
eas.json
|
@ -33,6 +33,13 @@
|
|||
"resourceClass": "m-large"
|
||||
},
|
||||
"channel": "production"
|
||||
},
|
||||
"dev-android-apk": {
|
||||
"developmentClient": true,
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"gradleCommand": ":app:assembleRelease"
|
||||
}
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue