Skip to content

Commit ee19bc1

Browse files
committed
[0.73] Make sure template is consuming the right buildToolsVersion
1 parent 3ba5e4f commit ee19bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/template/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
7171

7272
android {
7373
ndkVersion rootProject.ext.ndkVersion
74-
74+
buildToolsVersion rootProject.ext.buildToolsVersion
7575
compileSdk rootProject.ext.compileSdkVersion
7676

7777
namespace "com.helloworld"

0 commit comments

Comments
 (0)