Hi,
I’m trying to build ios app with custom build configuration “Beta”.
When im running the project the gradle throws:
org.gradle.api.GradleException: Unknown configuration ‘Beta’
at org.moe.gradle.utils.Mode.getForName(Mode.java:43)
I searched the code in github and I saw that MOE doesn’t support other build configuration then “debug” or “release”
Am i missing something?
Can MOE support this?
Thank You (: