Added local build configuration.

This commit is contained in:
Patrick Fic
2022-05-12 16:50:07 -07:00
parent 577eaf55ee
commit e7a76a281f

View File

@@ -4,7 +4,8 @@
}, },
"build": { "build": {
"test": { "test": {
"releaseChannel": "test" "releaseChannel": "test",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
}, },
"production": { "production": {
"releaseChannel": "production", "releaseChannel": "production",