We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba5e4f commit ee19bc1Copy full SHA for ee19bc1
packages/react-native/template/android/app/build.gradle
@@ -71,7 +71,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
71
72
android {
73
ndkVersion rootProject.ext.ndkVersion
74
-
+ buildToolsVersion rootProject.ext.buildToolsVersion
75
compileSdk rootProject.ext.compileSdkVersion
76
77
namespace "com.helloworld"
0 commit comments