Don't manually specify a build tools version

This commit is contained in:
Cameron Gutman
2019-07-10 20:12:41 -07:00
parent cf98ec2c41
commit dbc2491151
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
apply plugin: 'com.android.application'
android {
buildToolsVersion '29.0.0'
compileSdkVersion 29
defaultConfig {