Basic Set up like base activity, base fragments, toolbar, navigation drawer.
Include jitpack.io
inside of root project build.gradle
:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
After that you can easily include the library in your app build.gradle
:
dependencies {
compile 'com.github.Nuvoex:Lumiere:v2'
}
That's it build your project.