From 8f4ef1c3fa340c25842f1c93c7a58a13380abdf8 Mon Sep 17 00:00:00 2001 From: FatBaz Date: Sat, 17 Jun 2017 14:33:34 +0200 Subject: [PATCH] Change Map + the way to put the map marker on the Map (X is still to fix but is almost good) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0aa704..c2eea8e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- libgit2 0.21.4