From 7559be4650bc20c9038530282ddbee832f64e615 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 6 Jan 2016 20:44:24 -0500 Subject: [PATCH] bumped library version --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index cf489b9..db67875 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,10 +5,10 @@ apply plugin: "com.jfrog.bintray" dependencies { compile fileTree(dir: 'libs', include: '*.jar') - compile 'com.google.android.gms:play-services-maps:7.5.0' + compile 'com.google.android.gms:play-services-maps:8.4.0' } // This is the library version used when deploying the artifact -version = "1.0.8" +version = "1.0.9" android { compileSdkVersion 22