cryptomator / android

Cryptomator for Android
https://cryptomator.org
GNU General Public License v3.0
761 stars 127 forks source link

Allow loading of api keys from the non-VCS local.properties file #500

Closed JaniruTEC closed 1 year ago

JaniruTEC commented 1 year ago

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 ""