112 Star 1.2K Fork 288

xuexiangjys / XUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 920 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuexiangjys 提交于 2021-01-01 17:08 . 发布1.1.6版本
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: './versions.gradle'
addRepos(repositories) //增加代码仓库
dependencies {
classpath deps.android_gradle_plugin
classpath deps.android_maven_gradle_plugin
classpath 'com.github.xuexiangjys.XAOP:xaop-plugin:1.1.0'
classpath 'com.chenenyu:img-optimizer:1.2.0' // 图片压缩
classpath 'com.github.xuexiangjys.XRouter:xrouter-plugin:1.0.1'
//滴滴的质量优化框架
if (isNeedPackage.toBoolean() && isUseBooster.toBoolean()) {
classpath deps.booster.gradle_plugin
classpath deps.booster.task_processed_res
classpath deps.booster.task_resource_deredundancy
}
}
}
allprojects {
addRepos(repositories)
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/xuexiangjys/XUI.git
git@gitee.com:xuexiangjys/XUI.git
xuexiangjys
XUI
XUI
master

搜索帮助