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 6, 2023
1 parent 3ba5e4f commit ee19bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/template/android/app/build.gradle
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 ee19bc1

Please sign in to comment.