You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android-Download/build.gradle

27 lines
687 B

// Top-level build file where you can add configuration options common to all sub-projects/modules.
9 years ago
buildscript {
repositories {
jcenter()
8 years ago
mavenCentral()
9 years ago
}
dependencies {
8 years ago
classpath 'com.android.tools.build:gradle:2.2.2'
8 years ago
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
8 years ago
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
9 years ago
}
}
allprojects {
repositories {
jcenter()
8 years ago
mavenCentral()
9 years ago
}
}
task clean(type: Delete) {
delete rootProject.buildDir
9 years ago
}