当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 91

罗先生 / XUpdate
暂停

forked from xuexiangjys / XUpdate 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuexiangjys 提交于 2020-11-30 00:12 . 升级插件版本
// 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' // 图片压缩
}
}
allprojects {
addRepos(repositories)
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/lo5252/XUpdate.git
git@gitee.com:lo5252/XUpdate.git
lo5252
XUpdate
XUpdate
master

搜索帮助