NuvioStreaming/eas.json
2026-02-17 14:57:02 +05:30

54 lines
1.1 KiB
JSON

{
"cli": {
"version": ">= 16.2.2",
"appVersionSource": "remote"
},
"build": {
"development": {
"env": {
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
},
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"env": {
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
},
"distribution": "internal"
},
"production": {
"env": {
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
},
"autoIncrement": true,
"extends": "apk",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease",
"image": "latest"
}
},
"release": {
"env": {
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
},
"distribution": "store",
"android": {
"buildType": "app-bundle"
}
},
"apk": {
"env": {
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
},
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease"
}
}
},
"submit": {
"production": {}
}
}