From c0bbabaa1c330f9e8c3a613eb234def491513730 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 18 Mar 2024 18:42:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E6=B8=A0=E9=81=93?= =?UTF-8?q?=EF=BC=9Afir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 758323627..18c33f5cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -185,6 +185,11 @@ android { abiFilters 'armeabi-v7a', 'arm64-v8a' } } + fir { + ndk { + abiFilters 'armeabi-v7a', 'arm64-v8a' + } + } mlq { ndk { abiFilters 'x86'