upgraded the ndk version

This commit is contained in:
Debanjan Basu 2024-04-14 15:31:16 +10:00
parent 0756107d95
commit 70bc2235d7
10 changed files with 273 additions and 257 deletions

View file

@ -63,7 +63,7 @@ android {
}
}
ndkVersion '25.1.8937393'
ndkVersion '26.3.11579264'
// Required to copy libc++_shared.so
externalNativeBuild {
@ -99,4 +99,4 @@ afterEvaluate {
def buildType = "${variant.buildType.name.capitalize()}"
tasks["generate${productFlavor}${buildType}Assets"].dependsOn(tasks["cargoBuild"])
}
}
}