Skip to content

Commit

Permalink
fix build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
souvik-ghosh committed Sep 18, 2022
1 parent 6dc9e94 commit 2c77824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle

def DEFAULT_COMPILE_SDK_VERSION = 33
def DEFAULT_BUILD_TOOLS_VERSION = '33.0.3'
def DEFAULT_BUILD_TOOLS_VERSION = '33.0.0'
def DEFAULT_MIN_SDK_VERSION = 21
def DEFAULT_TARGET_SDK_VERSION = 33

Expand Down

0 comments on commit 2c77824

Please sign in to comment.