From 2edaa22b220976885c37ee1838a77d33da9e7916 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 19 Dec 2017 17:20:15 +0100 Subject: [PATCH] do not specify the build tools explicitly --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d7459c13..65cd7f581 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 27 - buildToolsVersion "27.0.1" defaultConfig { applicationId "com.simplemobiletools.gallery"