File size: 452 Bytes
c1aa1f0 7cf51ae c1aa1f0 7cf51ae c1aa1f0 7cf51ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"cli": {
"version": ">= 21.0.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
} |