fix(native): ndk version
This commit is contained in:
@@ -10,6 +10,9 @@ android {
|
||||
namespace = rootProject.ext["applicationId"].toString() + ".nativelib"
|
||||
compileSdk = 34
|
||||
|
||||
buildToolsVersion = "34.0.0"
|
||||
ndkVersion = "26.3.11579264"
|
||||
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user