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