Skip to content

1.0.7.1

Compare
Choose a tag to compare
@kongzue kongzue released this 13 May 14:33
· 27 commits to master since this release

在项目根目录的 build.gradle(Project) 添加:

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

在 build.gradle(app) 添加:

dependencies {
        implementation 'com.github.kongzue:BaseJson:Tag'
}