Skip to content

Commit c05b3d3

Browse files
authored
[0.73] Make sure template is consuming the right buildToolsVersion (#39957)
1 parent 5310a50 commit c05b3d3

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)