Files
mobile-darmasaba/eas.json
amaliadwiy 270001aa4f upd : build version
Deskripsi;
- build version otomatis

No Issues
2025-09-03 16:49:40 +08:00

56 lines
1.0 KiB
JSON

{
"cli": {
"version": ">= 16.10.0",
"appVersionSource": "local"
},
"build": {
"development": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": false
}
},
"production": {
"distribution": "store",
"android": {
"buildType": "app-bundle"
},
"ios": {
"simulator": false
}
}
},
"submit": {
"production": {
"android": {
"serviceAccountKeyPath": "./service-account.json",
"track": "production"
}
},
"beta": {
"android": {
"serviceAccountKeyPath": "./service-account.json",
"track": "beta",
"releaseStatus": "completed"
}
},
"internal": {
"android": {
"serviceAccountKeyPath": "./service-account.json",
"track": "internal"
}
}
}
}