Skip to content
Snippets Groups Projects
build.gradle 367 B
Newer Older
    // Top-level build file where you can add configuration options common to all sub-projects/modules.
Lennart Goedhart's avatar
Lennart Goedhart committed

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.3'
Lennart Goedhart's avatar
Lennart Goedhart committed

task clean(type: Delete) {
    delete rootProject.buildDir