From 791e209d6207c7d26a94c693a78a736c83dad094 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 12 Jun 2024 13:35:41 +0200 Subject: [PATCH] x86 & x86_64 ABIs are now removed --- app/build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 73736edf2..1bb603b77 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -91,6 +91,11 @@ android { versionName = "6.0.0" manifestPlaceholders["appAuthRedirectScheme"] = "org.linphone" + + ndk { + //noinspection ChromeOsAbiSupport + abiFilters += listOf("armeabi-v7a", "arm64-v8a") + } } applicationVariants.all {