update AGP (3.5.1)

using default build tools version (from AGP)
This commit is contained in:
olegivo
2019-10-08 11:56:42 +03:00
parent 00abb4486d
commit fe091fa740
7 changed files with 7 additions and 24 deletions

View File

@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion COMPILE_SDK_VERSION as Integer
buildToolsVersion BUILD_TOOLS_VERSION
defaultConfig {
minSdkVersion MIN_SDK_VERSION as Integer
@@ -30,7 +29,6 @@ android {
abortOnError false
}
buildToolsVersion '26.0.2'
}
dependencies {