Skip to content

Instantly share code, notes, and snippets.

@j2emanue
Last active March 19, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j2emanue/60ec7b791c58ca67c09c to your computer and use it in GitHub Desktop.
Save j2emanue/60ec7b791c58ca67c09c 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.0.0-alpha5'
}
}
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