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

wangscript1 / XPage
暂停

forked from 李树 / XPage
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'https://raw.githubusercontent.com/xuexiangjys/XUtil/master/versions.gradle'
addRepos(repositories) //增加代码仓库
dependencies {
classpath deps.android_gradle_plugin
classpath deps.android_maven_gradle_plugin
classpath 'com.github.xuexiangjys.XRouter:xrouter-plugin:1.0.1'
classpath 'com.chenenyu:img-optimizer:1.1.1' // 图片压缩
}
}
allprojects {
addRepos(repositories) //增加代码仓库
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/kingsmart/XPage.git
git@gitee.com:kingsmart/XPage.git
kingsmart
XPage
XPage
master

搜索帮助