Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 469 Bytes

File metadata and controls

20 lines (18 loc) · 469 Bytes

使用方法如下:

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

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.Savion1162336040:NewbieGuide:$version'
}