From da4e08909e33b2af545f88ba65002d77e6e052ea Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 4 Mar 2019 17:34:30 +0100 Subject: [PATCH] android: Remove buildToolsVersion Finally a default is configured and we don't have to update this constantly. --- src/frontends/android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index f5b13a8fd6..399de1faa5 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '27.0.3' defaultConfig { applicationId "org.strongswan.android" -- 2.47.3