mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
ML-51 Updated abiFilters (#64)
This commit is contained in:
parent
bd675184de
commit
0d3641f618
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue