From 41e914d1bd0d91524b4ab4b3831952f37b51dff3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 21 Feb 2025 17:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84ABI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index eaacb875..28e28f64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ android { abi { enable isReleaseTask reset() - include "armeabi-v7a", "arm64-v8a" + include "arm64-v8a" universalApk false } }