Skip to content

jiang-banzhi/IndexRecyclerView

Repository files navigation

IndexRecyclerViewSample

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

dependencies {
        implementation 'com.github.jiang-banzhi:IndexRecyclerView:2.1'
}