mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 09:35:42 +00:00
54 lines
1.1 KiB
JSON
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": {}
|
|
}
|
|
}
|