chore: update dependencies (#964)

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
Caner Karaca
2024-05-08 15:13:44 +03:00
committed by GitHub
parent 80e1895355
commit 4e460ed2be
12 changed files with 38 additions and 41 deletions

View File

@@ -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 {