From e35a33ca0df278c601f3c8efd86b27e54704d825 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 --- 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