ML-51 Updated abiFilters (#64)

This commit is contained in:
Vadim 2023-05-08 13:45:29 +02:00 committed by GitHub
parent bd675184de
commit 0d3641f618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
ndk.abiFilters 'armeabi-v7a', 'arm64-v8a','x86_64' targetSdkVersion 33
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
/// legacy material-lightmeter ap stopped updating after 60022 /// legacy material-lightmeter ap stopped updating after 60022
/// 7xxxx means that it is a new app /// 7xxxx means that it is a new app
@ -91,6 +92,7 @@ android {
signingConfig signingConfigs.release signingConfig signingConfigs.release
minifyEnabled true minifyEnabled true
shrinkResources true shrinkResources true
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'
} }
} }
} }