x86 & x86_64 ABIs are now removed

This commit is contained in:
Sylvain Berfini 2024-06-12 13:35:41 +02:00
parent cb589b95c8
commit 791e209d62

View file

@ -91,6 +91,11 @@ android {
versionName = "6.0.0"
manifestPlaceholders["appAuthRedirectScheme"] = "org.linphone"
ndk {
//noinspection ChromeOsAbiSupport
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
}
}
applicationVariants.all {