2 Star 0 Fork 0

luo_xuekun / 旅游魔方

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
luo_xuekun 提交于 2017-11-10 09:58 . 新U提交,修复若干bugI
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.1.1"
classpath 'me.tatarka:gradle-retrolambda:3.7.0'
// classpath 'com.antfortune.freeline:gradle:0.8.7'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven {
url "http://mvn.gt.igexin.com/nexus/content/repositories/releases/"
}
maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" }
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/lxk123/LvYouMoFang.git
git@gitee.com:lxk123/LvYouMoFang.git
lxk123
LvYouMoFang
旅游魔方
master

搜索帮助