From 11be6576a62b052470496eef29cdbc09592f81d2 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 24 Sep 2020 10:42:19 +0700 Subject: [PATCH] Enable arm64 to test --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 66252a6f7..dbfc14f5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ android { multiDexEnabled true //important ndk { - abiFilters "armeabi-v7a", "x86" // , "arm64-v8a" + abiFilters "armeabi-v7a", "x86" , "arm64-v8a" } }