Skip to content
Allen edited this page Aug 22, 2016 · 7 revisions

Paste_Image.png

Getting started

Add it in your root build.gradle at the end of repositories:

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

Add the dependency

dependencies {
        compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:VERSION_CODE'
}

eg: VERSION_CODE =v1.9.8

dependencies {
        compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper: v1.9.8'
}

replace VERSION_CODE with real version name such as v1.9.8 released in Here

notice: Both have to write, or else can not be loaded successfully.

What can it do ?

Welcome | New issue

Clone this wiki locally