-
-
Notifications
You must be signed in to change notification settings - Fork 3
Implement
Yogesh Choudhary Paliyal edited this page Sep 27, 2021
·
1 revision
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:+'
}