- Now you can just swipe to access categories - Redone side menu - Inital API input screen is more legible - A goose as an icon - Proper display and internal name - Correct handling of incoming data
29 lines
505 B
JSON
29 lines
505 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.20.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"release": {
|
|
"android": {"buildType": "apk"}
|
|
},
|
|
"debug":{
|
|
"developmentClient": false,
|
|
"android": {
|
|
"gradleCommand": ":app:assembleDebug",
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|