1 Star 0 Fork 29

sirius_J/gradle-ajavasample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
zftlive@163.com 提交于 2016-08-29 00:57 +08:00 . 同步dev最新代码
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
//这一点非常重要,那就是gradle build tools的版本设置成1.1.2以上,因为以前的版本有严重的bug
classpath 'com.android.tools.build:gradle:1.5.0'
//上传Bintray需要 1.7.1
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
// //上传到远程仓库JCenter,需要android-maven-plugin (:1.5指定版本或者:latest.release最新版本)
// classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
//最新版本,需要配合gradle3.0+,对应关系https://github.com/dcendents/android-maven-gradle-plugin
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andra/gradle-ajavasample.git
git@gitee.com:andra/gradle-ajavasample.git
andra
gradle-ajavasample
gradle-ajavasample
master

搜索帮助