Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 204 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 204 Bytes
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}Copy

Step 2. Add the dependency

	dependencies {
	        compile 'com.github.limxing:LeefengLibrary:1.0.1'
	}