mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
parent
2f478836ed
commit
4cabd17eb2
2 changed files with 3 additions and 2 deletions
4
.github/workflows/cd_prod.yml
vendored
4
.github/workflows/cd_prod.yml
vendored
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue