From e3a22e27c4568df8c7c9b38bd228f255ce646cf4 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 26 Dec 2017 14:00:19 -0600 Subject: [PATCH] app: Upgrade to build tools 27.0.2 Signed-off-by: Samuel Holland --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ff394039..b0e428dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - buildToolsVersion '27.0.1' + buildToolsVersion '27.0.2' buildTypes { release { minifyEnabled false