6.7.9.4测试版本更新
- 前往 build.gradle(project) 添加 jitpack 仓库:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- 引入 BaseFramework:
dependencies {
implementation 'com.github.kongzue:BaseFramework:6.7.9.4'
}
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.kongzue:BaseFramework:6.7.9.4'
}