Skip to content

Commit

Permalink
Get ndkVersion from main projects' gradle config (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed May 19, 2022
1 parent dea1b9d commit c2df7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ android {
compileSdkVersion ((rootProject?.ext?.properties?.compileSdkVersion) ?: 23)
buildToolsVersion ((rootProject?.ext?.properties?.buildToolsVersion) ?: "23.0.1")

ndkVersion project(":app").android.ndkVersion

defaultConfig {
minSdkVersion _nodeMinSdkVersion
targetSdkVersion _nodeTargetSdkVersion
Expand Down

0 comments on commit c2df7c5

Please sign in to comment.