You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
661 B

{
"cli": {
"version": ">= 16.4.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
2 weeks ago
"buildType": "apk",
"ndk": "26.1.10909125"
}
},
"preview": {
2 weeks ago
"distribution": "internal",
"android": {
"buildType": "apk",
"ndk": "26.1.10909125"
},
"ios": {
"simulator": true
}
},
"production": {
2 weeks ago
"autoIncrement": true,
"android": {
"buildType": "app-bundle",
"ndk": "26.1.10909125"
}
}
},
"submit": {
"production": {}
}
}