Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 348 Bytes

lib-module

Android模块化 模块公用接口

使用

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

dependencies {
    implementation 'com.github.TranscodeGroup:lib-module:0.1.0'
}