Merge pull request #871 from bubelov/remove-build-tools-version
Remove build tools version
This commit is contained in:
commit
e1f43ea24e
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ android {
|
|||
}*/
|
||||
|
||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
|
||||
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
|
||||
|
||||
testOptions.unitTests.includeAndroidResources = true
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue