chore:google渠道去掉x86

This commit is contained in:
Max
2024-01-22 19:56:50 +08:00
parent 9d2c83ff6b
commit 8b33e2536a
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ android {
}
google_yinm {
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
mlq {

View File

@@ -28,4 +28,4 @@ MIN_SDK_VERSION=21
TARGET_SDK_VERSION=33
version_name=20.0.0
version_code=20000
version_code=20001