Update arti to 1.9.0 and produce 32 bit builds (#585)

* x86

* update arti to 1.9.0
This commit is contained in:
callebtc
2026-01-14 14:58:26 +07:00
committed by GitHub
parent dd856ac01f
commit 829fb52a04
7 changed files with 19 additions and 5 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ android {
debug {
ndk {
// Include x86_64 for emulator support during development
abiFilters += listOf("arm64-v8a", "x86_64")
abiFilters += listOf("arm64-v8a", "x86_64", "armeabi-v7a", "x86")
}
}
release {
@@ -52,7 +52,7 @@ android {
abi {
isEnable = true
reset()
include("arm64-v8a", "x86_64")
include("arm64-v8a", "x86_64", "armeabi-v7a", "x86")
isUniversalApk = true // For F-Droid and fallback
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.