chore: update dependencies (#964)
--------- Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,8 @@ val nativeName = rootProject.ext.get("buildHash")
|
||||
android {
|
||||
namespace = rootProject.ext["applicationId"].toString() + ".nativelib"
|
||||
compileSdk = 34
|
||||
buildToolsVersion = "34.0.0"
|
||||
ndkVersion = "26.3.11579264"
|
||||
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
@@ -34,6 +36,7 @@ android {
|
||||
?: listOf("arm64-v8a", "armeabi-v7a")
|
||||
}
|
||||
}
|
||||
minSdk = 28
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
|
||||
Reference in New Issue
Block a user