Skip to content

Instantly share code, notes, and snippets.

@sl5net
Created March 15, 2018 16:04
Show Gist options
  • Save sl5net/3c9815272d8495097b03025211331304 to your computer and use it in GitHub Desktop.
Save sl5net/3c9815272d8495097b03025211331304 to your computer and use it in GitHub Desktop.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
Import Project
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment