Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 263 Bytes

File metadata and controls

13 lines (11 loc) · 263 Bytes

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

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

Step 2. Add the dependency

dependencies {
        compile 'com.github.darkcgd:XRefreshView-master:1.0'
}