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 {
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 19

View File

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