Skip to content

6.7.9.5测试版本更新

Compare
Choose a tag to compare
@kongzue kongzue released this 10 May 10:52
· 59 commits to master since this release
  1. 前往 build.gradle(project) 添加 jitpack 仓库:
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. 引入 BaseFramework:
dependencies {
        implementation 'com.github.kongzue:BaseFramework:6.7.9.4'
}