Skip to content

Commit 4d0c294

Browse files
committed
chore(test): change build for fdroid
1 parent 15d604d commit 4d0c294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release_for_android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Build APK
4343
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
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
4545
cat ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
4646
.flutter/bin/flutter build apk --split-per-abi
4747
.flutter/bin/flutter build appbundle

0 commit comments

Comments
 (0)