skyshi-mvp aims to help create an Android project using Model-View-Presenter(MVP) pattern.
Add this in your build.gradle
file:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Then, add the library to your module build.gradle
dependencies {
implementation 'com.github.skyshi-labs:skyshi-mvp:latest.release.here'
}