ML-51 Added abiFilters (#57)

* added abiFilters

* CD next try...
This commit is contained in:
Vadim 2023-05-05 15:02:12 +02:00 committed by GitHub
parent 2f478836ed
commit 4cabd17eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -91,11 +91,11 @@ jobs:
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
directory: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
path: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
filename: 'merged_native_libs.zip'
- name: Upload merged_native_libs to artifacts
uses: actions/upload-artifact@v3
with:
name: merged_native_libs
path: build/app/intermediates/merged_native_libs/prodRelease/out/lib/merged_native_libs.zip
path: merged_native_libs.zip

View file

@ -52,6 +52,7 @@ android {
defaultConfig {
minSdkVersion 21
ndk.abiFilters 'armeabi-v7a', 'arm64-v8a','x86_64'
targetSdkVersion flutter.targetSdkVersion
/// legacy material-lightmeter ap stopped updating after 60022
/// 7xxxx means that it is a new app