updating sdkVersion and buildToolsVersion

This commit is contained in:
edgar 2018-01-15 20:16:54 -08:00
parent 8c360766bb
commit 661e2d1aca
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release' apply plugin: 'com.novoda.bintray-release'
android { android {
compileSdkVersion 26 compileSdkVersion 27
buildToolsVersion "26.0.2" buildToolsVersion "27.0.3"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 27
versionCode 2 versionCode 2
versionName "1.1" versionName "1.1"
} }