mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
x86 & x86_64 ABIs are now removed
This commit is contained in:
parent
cb589b95c8
commit
791e209d62
1 changed files with 5 additions and 0 deletions
|
|
@ -91,6 +91,11 @@ android {
|
|||
versionName = "6.0.0"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = "org.linphone"
|
||||
|
||||
ndk {
|
||||
//noinspection ChromeOsAbiSupport
|
||||
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
|
||||
}
|
||||
}
|
||||
|
||||
applicationVariants.all {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue