Files
streamyfin_mirror/eas.json
Fredrik Burmester 89a992e7c1 chore: versions
2024-08-12 19:10:08 +02:00

41 lines
706 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.2.1",
"android": {
"image": "latest"
}
},
"production-apk": {
"channel": "0.2.1",
"android": {
"buildType": "apk",
"image": "latest"
}
}
},
"submit": {
"production": {}
}
}