Updated build tools version

develop
Nelson R. Perez 2018-10-23 12:05:00 -05:00
parent a6e5910144
commit b70881dfb5
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.android.tools.build:gradle:3.2.1'
} }
} }

View File

@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 24 compileSdkVersion 24
buildToolsVersion '28.0.2' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14