We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea1b9d commit c2df7c5Copy full SHA for c2df7c5
android/build.gradle
@@ -51,6 +51,8 @@ android {
51
compileSdkVersion ((rootProject?.ext?.properties?.compileSdkVersion) ?: 23)
52
buildToolsVersion ((rootProject?.ext?.properties?.buildToolsVersion) ?: "23.0.1")
53
54
+ ndkVersion project(":app").android.ndkVersion
55
+
56
defaultConfig {
57
minSdkVersion _nodeMinSdkVersion
58
targetSdkVersion _nodeTargetSdkVersion
0 commit comments