attempt new build channel.

This commit is contained in:
Patrick Fic
2024-03-01 09:42:45 -08:00
parent 753ef87ce7
commit 519efb7119

View File

@@ -5,13 +5,16 @@
"build": {
"development": {
"developmentClient": true,
"channel": "test",
"distribution": "internal"
},
"test": {
"releaseChannel": "test",
"channel": "test",
"env": { "API_URL": "https://api.test.imex.online" }
},
"production": {
"channel": "production",
"releaseChannel": "production",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
}