From 8b33e2536a4deea0e0a2831739c2a3b16bbc48f8 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 22 Jan 2024 19:56:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:google=E6=B8=A0=E9=81=93=E5=8E=BB?= =?UTF-8?q?=E6=8E=89x86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 045d66da9..59fd8936a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -195,7 +195,7 @@ android { } google_yinm { ndk { - abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' + abiFilters 'armeabi-v7a', 'arm64-v8a' } } mlq { diff --git a/gradle.properties b/gradle.properties index ab1c65022..66650a2fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,4 +28,4 @@ MIN_SDK_VERSION=21 TARGET_SDK_VERSION=33 version_name=20.0.0 -version_code=20000 \ No newline at end of file +version_code=20001 \ No newline at end of file