From 4a79aaedc995d0314475860ee791a217c3361e4e Mon Sep 17 00:00:00 2001
From: Daniel Leal <daniel.leal@auto1.com>
Date: Wed, 13 Dec 2017 11:53:52 +0100
Subject: [PATCH] Update gradle plugin, build toold and support version

---
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 036e147b..301cadb6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.3'
+        classpath 'com.android.tools.build:gradle:3.0.1'
     }
 }
 
@@ -29,12 +29,12 @@ task wrapper(type: Wrapper) {
 ext {
 
     // Config
-    BUILD_TOOLS = '26.0.3'
+    BUILD_TOOLS = '27.0.1'
     TARGET_SDK = 26
     MIN_SDK = 16
 
     // Dependencies
-    final def supportVersion = '26.1.0'
+    final def supportVersion = '27.0.2'
     SUPPORT_ANNOTATIONS = "com.android.support:support-annotations:$supportVersion"
     SUPPORT_APP_COMPAT = "com.android.support:appcompat-v7:$supportVersion"