Skip to content

Commit 2c77824

Browse files
committed
fix build tools version
1 parent 6dc9e94 commit 2c77824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle
1212

1313
def DEFAULT_COMPILE_SDK_VERSION = 33
14-
def DEFAULT_BUILD_TOOLS_VERSION = '33.0.3'
14+
def DEFAULT_BUILD_TOOLS_VERSION = '33.0.0'
1515
def DEFAULT_MIN_SDK_VERSION = 21
1616
def DEFAULT_TARGET_SDK_VERSION = 33
1717

0 commit comments

Comments
 (0)