feat(android): remove unnecessary buildToolsVersion (#2023)

buildToolsVersion is no longer necessary, it'll default to Android Gradle Plugin version specification
This commit is contained in:
Dulmandakh 2021-08-10 01:41:18 +08:00 committed by GitHub
parent 7b9d50bed5
commit 998b211b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
defaultConfig {
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')