diff --git a/demo/AndroidManifest.xml b/demo/AndroidManifest.xml index 359278045..324a22a7e 100644 --- a/demo/AndroidManifest.xml +++ b/demo/AndroidManifest.xml @@ -37,7 +37,7 @@ + android:value="AIzaSyDCa5WRSMk3CrNSf3y5xbyQTvp1_zwuTtE"/> - diff --git a/demo/build.gradle b/demo/build.gradle index 965c91747..0ffb30225 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -14,12 +14,12 @@ dependencies { compile project(':library') // Or, fetch from Maven: // compile 'com.google.maps.android:android-maps-utils:0.3+' - compile 'com.google.android.gms:play-services:6.+' + compile 'com.google.android.gms:play-services-maps:6.+' } android { compileSdkVersion 19 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" sourceSets { main { diff --git a/demo/res/layout/geojson_demo.xml b/demo/res/layout/geojson_demo.xml deleted file mode 100644 index e3ca7217b..000000000 --- a/demo/res/layout/geojson_demo.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/demo/res/layout/heatmaps_demo.xml b/demo/res/layout/heatmaps_demo.xml index c8cb8eb4c..65144bd6c 100644 --- a/demo/res/layout/heatmaps_demo.xml +++ b/demo/res/layout/heatmaps_demo.xml @@ -9,6 +9,29 @@ android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"> + +