Skip to content

Commit

Permalink
ML-51 Added abiFilters (#57)
Browse files Browse the repository at this point in the history
* added abiFilters

* CD next try...
  • Loading branch information
vodemn authored May 5, 2023
1 parent 2f47883 commit 4cabd17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
uses: thedoctor0/[email protected]
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
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cabd17

Please sign in to comment.