From c0bdd147cdba7be91c1c29ef220e3db674bb8f7c Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Sat, 26 Aug 2017 14:44:35 +0300 Subject: [PATCH] removed support for all ABI except armeabi-v7a and x86 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8bc699e..463facc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ android { versionCode 140200 versionName "0.14.2" ndk { - abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64', 'mips64', 'mips' + abiFilters 'armeabi-v7a', 'x86' } externalNativeBuild { cmake {