Skip to content

Implement

Yogesh Choudhary Paliyal edited this page Sep 27, 2021 · 1 revision

Step #1. Add the JitPack repository to your build file:

allprojects {
    repositories {
	...
    	maven { url "https://jitpack.io" }
    }
}

Step #2. Add the dependency (See latest release).

dependencies {
    implementation 'com.github.yogeshpaliyal:Android-Universal-Recycler-View-Adapter:+'
}