- this library contains all base classes needed for our projects
- reactive extension Rxjava2
- dependency injection Dagger2
- architecture components (LiveData and ViewModel )
we also used MvRx concepts
Add the dependency in your app build.gradle file
dependencies {
...
implementation 'com.roacult.team7:Jstarter:1.0.1'
}
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency in your app build.gradle file
dependencies {
...
implementation 'com.github.team0se7en:JStarter:1.0.2'
}