]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Remove buildToolsVersion
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Mar 2019 16:34:30 +0000 (17:34 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 5 Mar 2019 14:32:33 +0000 (15:32 +0100)
Finally a default is configured and we don't have to update this
constantly.

src/frontends/android/app/build.gradle

index f5b13a8fd68ea0c00dc955e456825ee57d8c39e9..399de1faa5a39083a7b9d64f95c0eb746a653006 100644 (file)
@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 26
-    buildToolsVersion '27.0.3'
 
     defaultConfig {
         applicationId "org.strongswan.android"