Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 318 Bytes

SensibleRecyclerView

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.Indisparte:SensibleRecyclerView:1.0'
	}