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:
parent
e3d98633fb
commit
348d430cd3
@ -4,7 +4,6 @@ version wireguardVersionName
|
|||||||
group groupName
|
group groupName
|
||||||
|
|
||||||
android {
|
android {
|
||||||
buildToolsVersion '29.0.3'
|
|
||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
@ -10,7 +10,6 @@ group groupName
|
|||||||
final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||||
|
|
||||||
android {
|
android {
|
||||||
buildToolsVersion '29.0.3'
|
|
||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
buildFeatures.dataBinding = true
|
buildFeatures.dataBinding = true
|
||||||
buildFeatures.viewBinding = true
|
buildFeatures.viewBinding = true
|
||||||
|
Loading…
Reference in New Issue
Block a user