Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 464 Bytes

个人工作中经常使用的工具类

如何接入

以下两个步骤:

1.在工程根目录的build.gradle添加:

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

2.在依赖OkBle模块的build.gradle添加:

dependencies {
    implementation 'com.github.xujie199506:xujlib:Tag'
}