Skip to content

Commit

Permalink
fix: remove buildToolsVersion (#615)
Browse files Browse the repository at this point in the history
remove buildToolsVersion
  • Loading branch information
dulmandakh authored May 31, 2021
1 parent 864c64b commit 32f697a
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 @@ -74,7 +74,6 @@ if (useNextStorage) {

android {
compileSdkVersion safeExtGet('compileSdkVersion', 28)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 19)
targetSdkVersion safeExtGet('targetSdkVersion', 28)
Expand Down

0 comments on commit 32f697a

Please sign in to comment.