Remove buildtools version as no longer needed

This commit is contained in:
Jays2Kings 2021-05-22 19:26:09 -04:00
parent 88ba5544fe
commit bfa336a3df
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ fun runCommand(command: String): String {
android {
compileSdkVersion(AndroidVersions.compileSdk)
buildToolsVersion(AndroidVersions.buildTools)
defaultConfig {
minSdkVersion(AndroidVersions.minSdk)

View File

@ -101,7 +101,6 @@ object LegacyPluginClassPath {
}
object AndroidVersions {
const val buildTools = "29.0.3"
const val compileSdk = 29
const val minSdk = 23
const val targetSdk = 29