Skip to content

Instantly share code, notes, and snippets.

@HIPERCUBE
Created December 26, 2016 14:57
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 HIPERCUBE/995ccb09e26564f1874c2fd96b8e52f3 to your computer and use it in GitHub Desktop.
Save HIPERCUBE/995ccb09e26564f1874c2fd96b8e52f3 to your computer and use it in GitHub Desktop.
Android project level gradle file
// 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.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
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