Merge pull request #871 from bubelov/remove-build-tools-version

Remove build tools version
This commit is contained in:
David Luhmer 2020-09-09 19:56:36 +02:00 committed by GitHub
commit e1f43ea24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ android {
}*/
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
testOptions.unitTests.includeAndroidResources = true

View file

@ -19,7 +19,6 @@
ANDROID_BUILD_MIN_SDK_VERSION=17
ANDROID_BUILD_TARGET_SDK_VERSION=28
ANDROID_BUILD_TOOLS_VERSION=28.0.3
ANDROID_BUILD_SDK_VERSION=28
android.useAndroidX=true
android.enableJetifier=true