Skip to content

Commit

Permalink
Remove buildToolsVersion (#1358)
Browse files Browse the repository at this point in the history
Setting buildToolsVersion is no longer recommended, it'll default to Android Gradle Plugin defaults. It makes DX worse by requiring multiple versions of build tools by various dependencies require various versions.
  • Loading branch information
dulmandakh authored May 28, 2021
1 parent 34ce851 commit 09bf8cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def DEFAULT_TARGET_SDK_VERSION = 30

android {
compileSdkVersion safeExtGet("compileSdkVersion", DEFAULT_COMPILE_SDK_VERSION)
buildToolsVersion safeExtGet("buildToolsVersion", DEFAULT_BUILD_TOOLS_VERSION)

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
Expand Down

0 comments on commit 09bf8cc

Please sign in to comment.