android: Remove buildToolsVersion

Finally a default is configured and we don't have to update this
constantly.
This commit is contained in:
Tobias Brunner 2019-03-04 17:34:30 +01:00
parent 20fdb2d42b
commit da4e08909e

View File

@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "org.strongswan.android"