Skip to content

Commit

Permalink
[0.73] Make sure template is consuming the right buildToolsVersion (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 11, 2023
1 parent 5310a50 commit c05b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/template/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'

android {
ndkVersion rootProject.ext.ndkVersion

buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion

namespace "com.helloworld"
Expand Down

0 comments on commit c05b3d3

Please sign in to comment.