set root ndk to r28
This commit is contained in:
@@ -29,7 +29,7 @@ def weblibreGoMobileAar = file("../../../../native/go_mobile_runtime/build/webli
|
|||||||
android {
|
android {
|
||||||
namespace = "eu.weblibre.gecko"
|
namespace = "eu.weblibre.gecko"
|
||||||
compileSdk = 36
|
compileSdk = 36
|
||||||
ndkVersion = flutter.ndkVersion
|
ndkVersion = rootProject.ext.ndkVersion
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_17
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
ext {
|
ext {
|
||||||
compileSdkVersion = 36
|
compileSdkVersion = 36
|
||||||
targetSdkVersion = 36
|
targetSdkVersion = 36
|
||||||
|
ndkVersion = "28.2.13676358"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
@@ -34,6 +35,7 @@ subprojects {
|
|||||||
if (it.hasProperty("android")) {
|
if (it.hasProperty("android")) {
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 36
|
compileSdkVersion 36
|
||||||
|
ndkVersion rootProject.ext.ndkVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user