build.gradle(Project:YiDe)
Posted 荆花知了窝
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了build.gradle(Project:YiDe)相关的知识,希望对你有一定的参考价值。
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'//配置仓库依赖路径(xUtils要求)
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'//配置仓库依赖路径(xUtils要求)
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
以上是关于build.gradle(Project:YiDe)的主要内容,如果未能解决你的问题,请参考以下文章
项目中的 build.gradle 与应用程序中的 build.gradle
如何在 build.gradle 中将参数传递给 Gradle 任务
Kotlin基础从入门到进阶系列讲解(基础教程篇)详解build.gradle文件
Kotlin基础从入门到进阶系列讲解(基础教程篇)详解build.gradle文件