Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 524 Bytes

File metadata and controls

22 lines (15 loc) · 524 Bytes

CommonLibrary

[Deprecated] This is a android common library.

Download

You can download a jar from GitHub's releases page.

Or use Gradle:

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

dependencies {
    implementation 'com.github.zhuanglee.CommonLibrary:utils:Tag'
    implementation 'com.github.zhuanglee.CommonLibrary:ui:Tag'
}