Update build tools to 28.0.3

This commit is contained in:
Cameron Gutman
2018-09-29 15:37:31 -07:00
parent 349ecb16ab
commit 7dea322bbd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
buildToolsVersion '28.0.2' buildToolsVersion '28.0.3'
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {