From: Tobias Brunner Date: Mon, 4 Mar 2019 16:34:30 +0000 (+0100) Subject: android: Remove buildToolsVersion X-Git-Tag: 5.8.0dr2~12^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da4e08909e33b2af545f88ba65002d77e6e052ea;p=thirdparty%2Fstrongswan.git android: Remove buildToolsVersion Finally a default is configured and we don't have to update this constantly. --- 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"