From 707c8c19a8e8f67e8dee366487b3343387ed5ac9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 8 Jul 2018 02:59:14 +0200 Subject: gradle: bump build tools version Signed-off-by: Jason A. Donenfeld --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 091087ee..b344581d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.android.application' final def keystorePropertiesFile = rootProject.file("keystore.properties") android { - buildToolsVersion '28.0.0' + buildToolsVersion '28.0.1' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 -- cgit v1.2.3-59-g8ed1b