This commit is contained in:
2023-11-21 01:47:58 +03:00
parent ca519b4ce5
commit b86c7de22a
49 changed files with 1072 additions and 12 deletions

View File

@@ -13,6 +13,14 @@
"preview3": {
"developmentClient": true
},
"production": {}
"production": {
},
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
}
}
}