Files
streamyfin/eas.json
Fredrik Burmester c7703df3ce wip
2024-09-15 16:39:26 +02:00

41 lines
708 B
JSON

{
"cli": {
"version": ">= 9.1.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal"
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"production": {
"channel": "0.14.0",
"android": {
"image": "latest"
}
},
"production-apk": {
"channel": "0.14.0",
"android": {
"buildType": "apk",
"image": "latest"
}
}
},
"submit": {
"production": {}
}
}