Skip to content

Instantly share code, notes, and snippets.

@TikhomirovSergey
Created November 29, 2016 12:52
Show Gist options
  • Save TikhomirovSergey/5cdcf7edf0c7beaea9e763277b85405c to your computer and use it in GitHub Desktop.
Save TikhomirovSergey/5cdcf7edf0c7beaea9e763277b85405c 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.2.2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
// 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