removed build tool version in order to make compatible with AS

This commit is contained in:
strawmanbobi
2019-07-22 09:55:20 +08:00
parent 5e47ef0004
commit e9d3deeec5
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19

View File

@@ -4,7 +4,6 @@ android {
signingConfigs { signingConfigs {
} }
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 27 targetSdkVersion 27