Skip to content

nikolai-manzhos/MovieBase

Repository files navigation

MovieBase

CircleCI codecov
Get MovieBase on GooglePlay

Building project

In order to build project you need to supply correct API keys for MDB and YouTube.
Get MDB key.
Get YouTube key.
After you got your keys create keystore.properties file in root folder and put keys in it.

MovieDbSecretKey="YOUR-MDB-KEY"
YoutubeSecretKey="YOUR-YOUTUBE-KEY"

After that you should be able to build project by running gradlew assembleDebug.

Tests & checks

Running static analysis gradlew checkstyle, Unit & Integration tests gradlew testDebugUnitTest.