6 Star 55 Fork 23

xuexiangjys / XPage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuexiangjys 提交于 2020-12-09 23:48 . 升级gradle版本
// 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.XRouter:xrouter-plugin:1.0.1'
classpath 'com.chenenyu:img-optimizer:1.2.0' // 图片压缩
}
}
allprojects {
addRepos(repositories) //增加代码仓库
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/xuexiangjys/XPage.git
git@gitee.com:xuexiangjys/XPage.git
xuexiangjys
XPage
XPage
master

搜索帮助