mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10: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 {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'
|
ndk.abiFilters '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
|
||||||
|
@ -92,7 +92,7 @@ android {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources true
|
shrinkResources true
|
||||||
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'
|
ndk.abiFilters 'armeabi-v7a'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue