From c05b3d385e77bd4ce7d97bf139820ee070123a6d Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 11 Oct 2023 11:37:38 +0100 Subject: [PATCH] [0.73] Make sure template is consuming the right buildToolsVersion (#39957) --- packages/react-native/template/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/template/android/app/build.gradle b/packages/react-native/template/android/app/build.gradle index 94222a1e807ac6..86512f88a4a693 100644 --- a/packages/react-native/template/android/app/build.gradle +++ b/packages/react-native/template/android/app/build.gradle @@ -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"