-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bruno Ferrari edited this page Mar 23, 2018
·
3 revisions
Welcome to the XmartRecyclerView documentation page!
Here you'll find all the needed steps to properly get started with this library.
Add jitpack to your root build.gradle file:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Then add the XmartRecylcerView dependency to your application build.gradle file:
dependencies {
implementation 'com.github.xmartlabs.XmartRecyclerView:X.X.X'
}