Skip to content

Commit c2df7c5

Browse files
authored
Get ndkVersion from main projects' gradle config (nodejs-mobile#14)
1 parent dea1b9d commit c2df7c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ android {
5151
compileSdkVersion ((rootProject?.ext?.properties?.compileSdkVersion) ?: 23)
5252
buildToolsVersion ((rootProject?.ext?.properties?.buildToolsVersion) ?: "23.0.1")
5353

54+
ndkVersion project(":app").android.ndkVersion
55+
5456
defaultConfig {
5557
minSdkVersion _nodeMinSdkVersion
5658
targetSdkVersion _nodeTargetSdkVersion

0 commit comments

Comments
 (0)