aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-12-26 14:00:19 -0600
committerSamuel Holland <samuel@sholland.org>2017-12-26 14:00:19 -0600
commite3a22e27c4568df8c7c9b38bd228f255ce646cf4 (patch)
treeea33f2eefad5cfeb823c3f5087612e1ee3e1de70
parenttools: Remove stale entry from .gitmodules (diff)
downloadwireguard-android-e3a22e27c4568df8c7c9b38bd228f255ce646cf4.tar.xz
wireguard-android-e3a22e27c4568df8c7c9b38bd228f255ce646cf4.zip
app: Upgrade to build tools 27.0.2
Signed-off-by: Samuel Holland <samuel@sholland.org>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ff394039..b0e428dc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- buildToolsVersion '27.0.1'
+ buildToolsVersion '27.0.2'
buildTypes {
release {
minifyEnabled false