Follow these steps to setup your dev environment:
-
Checkout securereader git repo
-
Init and update git submodules
git submodule update --init --recursive
-
Build Project
./gradlew assembleDebug (for all debug builds) or ./gradlew assembleMaster (for all builds of the flavor "master")
For a list of tasks that can be used above, see "./gradlew tasks".