Don't manually specify a build tools version

This commit is contained in:
Cameron Gutman 2019-07-10 20:12:19 -07:00
parent 0afda10bcb
commit 936834e396

View File

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