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.
ndkVersion
1 parent cb44cf8 commit ed2b84aCopy full SHA for ed2b84a
vendor/gradle-app/build.gradle
@@ -218,6 +218,10 @@ android {
218
}
219
220
221
+ if (project.hasProperty("ndkVersion")) {
222
+ ndkVersion project.ndkVersion
223
+ }
224
+
225
compileOptions {
226
sourceCompatibility JavaVersion.VERSION_17
227
targetCompatibility JavaVersion.VERSION_17
vendor/gradle-plugin/build.gradle
@@ -281,6 +281,9 @@ android {
281
282
283
284
285
286
287
288
defaultConfig {
289
targetSdkVersion computeTargetSdkVersion()
0 commit comments