Small little base project to support:
- Dagger
- Retrofit
- ...
In your main build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Your dependencies:
com.github.tehras.android-mvvm:rest-api:0.2.0
com.github.tehras.android-mvvm:log:0.2.0
com.github.tehras.android-mvvm:arch:0.2.0
com.github.tehras.android-mvvm:extensions:0.2.0
com.github.tehras.android-mvvm:theme:0.2.0
com.github.tehras.android-mvvm:dagger:0.2.0
com.github.tehras.android-mvvm:moshi:0.2.0
com.github.tehras.android-mvvm:glide:0.2.0
