From 29ef184569a36893b91094f5b7677a36918bda3b Mon Sep 17 00:00:00 2001 From: renwj Date: Mon, 6 Mar 2023 20:13:57 +0800 Subject: [PATCH] =?UTF-8?q?[dev=5Farch=5Fopt=5F3.0]=20=E5=B0=86armeabi-v7a?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=9A=84so=E6=8E=92=E9=99=A4,=20=E5=87=8F?= =?UTF-8?q?=E5=B0=8F=E5=8C=85=E4=BD=93=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index a74eef3605..fcec11c180 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -149,6 +149,7 @@ android { packagingOptions { exclude 'META-INF/proguard/coroutines.pro' exclude 'META-INF/*' + exclude "/lib/armeabi-v7a/*.so" } signingConfigs {