diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/cd_prod.yml index 365f9a6..67ff83f 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/cd_prod.yml @@ -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 \ No newline at end of file + path: merged_native_libs.zip \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 57d4449..3719912 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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