Minor app improvements.

This commit is contained in:
Patrick Fic
2025-03-06 15:00:44 -08:00
parent 981012f20e
commit 45ed6f7804
10 changed files with 138 additions and 94 deletions

View File

@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 0.52.0"
"version": ">= 0.52.0",
"appVersionSource": "remote"
},
"build": {
"development": {
@@ -14,14 +15,16 @@
"developmentClient": true,
"channel": "test",
"distribution": "internal",
"ios": { "simulator": true },
"ios": {
"simulator": true
},
"autoIncrement": true
},
"test": {
"channel": "test",
"android": {
"buildType": "apk"
},
// "android": {
// "buildType": "apk"
// },
"autoIncrement": true
},
"production": {