android-samples/ApiDemos/build.gradle
Jan-Felix Schmakeit 14fbe87c47 Update ApiDemos sample for Google Play Services 8.4.
Extend the GroundOverlay demo to show clickable and overlapping overlays.
Add new clickable listeners to polygon and polyline demos.
Add new long click and close listeners to info window demo.

Change-Id: Idb367bf1c71a97e64cf6a54db54bccf1130ae2ca
2015-12-18 11:37:04 +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:1.5.0'
// 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
}