Version updates.

This commit is contained in:
Patrick Fic
2023-08-04 14:35:30 -07:00
parent 31735b947a
commit 82726d56b7
3 changed files with 5 additions and 7 deletions

View File

@@ -9,13 +9,13 @@
"channel": "development"
},
"test": {
"releaseChannel": "test",
"channel": "test",
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
},
"production": {
"releaseChannel": "production",
"channel": "production",
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}