Skip to content

Instantly share code, notes, and snippets.

@frlgrd
Created October 21, 2016 21:18
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 frlgrd/55bcac03e98c9da78efe1f335d3f243e to your computer and use it in GitHub Desktop.
Save frlgrd/55bcac03e98c9da78efe1f335d3f243e to your computer and use it in GitHub Desktop.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
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