1// Top-level build file where you can add configuration options common to all sub-projects/modules. 2 3buildscript { 4 repositories { 5 jcenter() 6 } 7 dependencies { 8 classpath 'com.android.tools.build:gradle:2.4.0-alpha6' 9 } 10} 11 12allprojects { 13 repositories { 14 jcenter() 15 } 16} 17 18task clean(type: Delete) { 19 delete rootProject.buildDir 20} 21