build: remove explicit buildToolsVersion

AGP sets it automatically, let's rely on that

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-23 00:49:11 +05:30
parent e3d98633fb
commit 348d430cd3
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ version wireguardVersionName
group groupName
android {
buildToolsVersion '29.0.3'
compileSdkVersion 29
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

View File

@ -10,7 +10,6 @@ group groupName
final def keystorePropertiesFile = rootProject.file("keystore.properties")
android {
buildToolsVersion '29.0.3'
compileSdkVersion 29
buildFeatures.dataBinding = true
buildFeatures.viewBinding = true