Add this to your build.gradle
file
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
com.github.esafirm.androidcommon:recyclerview:x.y.z
com.github.esafirm.androidcommon:app:x.y.z
}
Add this to your build.gradle
file
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
com.github.esafirm.androidcommon:recyclerview:x.y.z
com.github.esafirm.androidcommon:app:x.y.z
}