Update build tools to 28.0.1

This commit is contained in:
Cameron Gutman 2018-07-16 18:24:36 -07:00
parent 6a6bd9fb0b
commit f61540c099

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
buildToolsVersion '28.0.0' buildToolsVersion '28.0.1'
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {