diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-08 02:59:14 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-08 03:18:15 +0200 |
commit | 707c8c19a8e8f67e8dee366487b3343387ed5ac9 (patch) | |
tree | d39f8d3a8377379531c033a58f64218ed0c28284 /app | |
parent | b37b48b8dc2ad2eb130a002feee84d1a73fad147 (diff) |
gradle: bump build tools version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 |