Add baresip:// provisioning link support via encrypted bundle fetch

This commit is contained in:
2026-08-18 19:35:20 +01:00
parent 11619a9130
commit 77bfe351f2
4 changed files with 381 additions and 15 deletions

View File

@ -30,7 +30,9 @@ configure<ApplicationExtension> {
}
buildTypes {
debug {
ndk { abiFilters.add("x86_64") }
ndk {
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a"))
}
}
release {
isMinifyEnabled = true