aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-01 16:02:55 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-01 16:30:07 +0200
commit364032fe846128ce241e6fcc406fe583d05a2e9e (patch)
tree3532edb36e5359816f5c114d632e4c2f331ba583 /app/build.gradle
parentglobal: update copyright headers (diff)
downloadwireguard-android-364032fe846128ce241e6fcc406fe583d05a2e9e.tar.xz
wireguard-android-364032fe846128ce241e6fcc406fe583d05a2e9e.zip
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.gradle2
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