mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
removed arm64-v8a from abiFilters
This commit is contained in:
parent
f68aea5133
commit
38ee7ade02
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'
|
||||
ndk.abiFilters 'armeabi-v7a'
|
||||
targetSdkVersion flutter.targetSdkVersion
|
||||
/// legacy material-lightmeter ap stopped updating after 60022
|
||||
/// 7xxxx means that it is a new app
|
||||
|
@ -92,7 +92,7 @@ android {
|
|||
signingConfig signingConfigs.release
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'
|
||||
ndk.abiFilters 'armeabi-v7a'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue