Sarah Maddox cdf0023989 Adds a new 'Map with Marker' tutorial.
Change-Id: I78d59d0de2a32c61199c4d216426f350bb3152e2
2016-11-28 11:39:29 +11:00

24 lines
498 B
Groovy

// 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'
// 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
}