We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d604d commit 4d0c294Copy full SHA for 4d0c294
.github/workflows/release_for_android.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Build APK
43
run: |
44
- sed -i -e "5a\add_link_options(\"LINKER:--build-id=none\")" ~/.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.1/android/CMakeLists.txt
45
cat ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
46
.flutter/bin/flutter build apk --split-per-abi
47
.flutter/bin/flutter build appbundle
0 commit comments