This commit is contained in:
2025-07-09 12:32:05 +05:00
parent 570a4bd335
commit 89200eacd5
3 changed files with 49 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {}
}
}