使用 Kotlin 开发,基于 Material You 风格的 Android 快速开发大礼包
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- 集成全部内容
dependencies {
implementation "com.github.Chooongg.ChooonggBox:box:$boxVersion"
}
- 集成部分内容
dependencies {
implementation "com.github.Chooongg.ChooonggBox:core:$boxVersion"
implementation "com.github.Chooongg.ChooonggBox:http:$boxVersion"
implementation "com.github.Chooongg.ChooonggBox:statusLayout:$boxVersion"
implementation "com.github.Chooongg.ChooonggBox:echarts:$boxVersion"
implementation "com.github.Chooongg.ChooonggBox:utils:$boxVersion"
}