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' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 26 compileSdkVersion 27
buildToolsVersion '26.0.2' buildToolsVersion '27.0.1'
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 27
ndk { ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64" abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"