Skip to content

Files

Latest commit

 

History

History
25 lines (20 loc) · 276 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 276 Bytes

libcore

Use

AndroidManifest.xml

<application android:name="com.wdl.core.App"/>

Download

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
	implementation 'com.github.Wudelin:libcore:v1.0.1'
}