From c7220ef3915bd89c15c8d0722bce0ccb8d96a84f Mon Sep 17 00:00:00 2001 From: khanhduytran0 Date: Tue, 15 Sep 2020 19:49:51 +0700 Subject: [PATCH] Completely disable arm64 --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c62da99fe..f30671a5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,11 +26,10 @@ android { versionCode 156235 versionName "3.2.0_6403b_20200915" multiDexEnabled true //important - /* + ndk { - abiFilters "arm64-v8a", "armeabi-v7a" + abiFilters "armeabi-v7a" } - */ } buildTypes {