jiang-banzhi / Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library

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



dependencies {
        implementation 'com.github.jiang-banzhi:Library:1.0.5'
}

About


Languages

Language:Java 95.6%Language:Kotlin 4.4%