mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-31 20:02:12 +00:00
update ndk and translations
This commit is contained in:
parent
b26ba76221
commit
a745c92e05
16 changed files with 77 additions and 8 deletions
|
@ -14,7 +14,7 @@ android {
|
|||
minSdk = 21
|
||||
targetSdk = 35
|
||||
versionCode = 3002
|
||||
versionName = "3.0-alpha2"
|
||||
versionName = "3.0-alpha3"
|
||||
ndk {
|
||||
abiFilters.clear()
|
||||
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))
|
||||
|
@ -58,7 +58,7 @@ android {
|
|||
path = File("src/main/jni/Android.mk")
|
||||
}
|
||||
}
|
||||
ndkVersion = "26.2.11394342"
|
||||
ndkVersion = "28.0.13004108"
|
||||
|
||||
packagingOptions {
|
||||
jniLibs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue