diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-01 16:02:55 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-01 16:30:07 +0200 |
commit | 364032fe846128ce241e6fcc406fe583d05a2e9e (patch) | |
tree | 3532edb36e5359816f5c114d632e4c2f331ba583 /app/build.gradle | |
parent | 5658584803fb22d197eadef1e6b9f32f297cc96c (diff) |
Update gradle and external deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-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 51ea31f2..f869f77c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply from: 'nonnull.gradle' final def keystorePropertiesFile = rootProject.file("keystore.properties") android { - buildToolsVersion '28.0.1' + buildToolsVersion '28.0.3' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 |