Update build tools to 27.0.1 and target API 27

This commit is contained in:
Cameron Gutman 2017-11-07 21:43:31 -08:00
parent a989bdde80
commit e30088e53b

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
compileSdkVersion 27
buildToolsVersion '27.0.1'
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"