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 e7e3550 commit e6f857cCopy full SHA for e6f857c
android/build.gradle
@@ -53,6 +53,14 @@ android {
53
54
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
55
56
+ if (rootProject.hasProperty("ndkPath")) {
57
+ ndkPath rootProject.ext.ndkPath
58
+ }
59
+
60
+ if (rootProject.hasProperty("ndkVersion")) {
61
+ ndkVersion rootProject.ext.ndkVersion
62
63
64
defaultConfig {
65
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
66
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
0 commit comments