Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 839 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 839 Bytes

StickableRowHeader

Download

How to get

Step1

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

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

Step2

Add the dependency

dependencies {
   implementation 'com.github.misyobun:StickableRowHeader:1.0.2'
}

or

You can get from jcenter.

dependencies {
    implementation 'msb.jp.stickablerowheader:lib:1.0.2'
}

SS