We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 484fbff + e52c612 commit 02651f9Copy full SHA for 02651f9
.github/workflows/release_for_android.yaml
@@ -41,8 +41,7 @@ jobs:
41
42
- name: Build APK
43
run: |
44
- sed -i -e "2a\add_link_options(\"LINKER:--build-id=none\")" ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
45
- cat ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
+ sed -i -e "2a\add_link_options(\"LINKER:--build-id=none\")" ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.2/android/CMakeLists.txt
46
.flutter/bin/flutter build apk --split-per-abi
47
.flutter/bin/flutter build appbundle
48
0 commit comments