build.gradle

 1// Top-level build file where you can add configuration options common to all
 2// sub-projects/modules.
 3buildscript {
 4    repositories {
 5        jcenter()
 6    }
 7    dependencies {
 8        classpath 'com.android.tools.build:gradle:0.12.2'
 9    }
10}
11
12allprojects {
13    repositories {
14        jcenter()
15    }
16}