Skip to content

Commit 0f97aca

Browse files
authored
remove build tools version (#639)
1 parent 2f6e3e1 commit 0f97aca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ apply plugin: 'com.android.library'
2121

2222
android {
2323
compileSdkVersion safeExtGet('compileSdkVersion', 28)
24-
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
2524
defaultConfig {
2625
minSdkVersion safeExtGet('minSdkVersion', 16)
2726
targetSdkVersion safeExtGet('targetSdkVersion', 26)

0 commit comments

Comments
 (0)