Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 180 Bytes

File metadata and controls

16 lines (14 loc) · 180 Bytes

使用

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        compile 'com.github.BosCattle:droid:0.0.1'
	}