Closed JaniruTEC closed 1 year ago
This PR allows loading API keys in presentation/build.gradle from the $ROOT/local.properties file.
presentation/build.gradle
$ROOT/local.properties
Load order before this PR: 1) Lite? "", else Env 2) Env? Env, else ""
Load order after this PR: 1) Lite? "", else Env 2) Env? Env, else Local 3) Local? Local, else ""
This PR allows loading API keys in
presentation/build.gradle
from the$ROOT/local.properties
file.Load order before this PR: 1) Lite? "", else Env 2) Env? Env, else ""
Load order after this PR: 1) Lite? "", else Env 2) Env? Env, else Local 3) Local? Local, else ""