Skip to content

Commit 32f697a

Browse files
authored
fix: remove buildToolsVersion (#615)
remove buildToolsVersion
1 parent 864c64b commit 32f697a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ if (useNextStorage) {
7474

7575
android {
7676
compileSdkVersion safeExtGet('compileSdkVersion', 28)
77-
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
7877
defaultConfig {
7978
minSdkVersion safeExtGet('minSdkVersion', 19)
8079
targetSdkVersion safeExtGet('targetSdkVersion', 28)

0 commit comments

Comments
 (0)