File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
PR_URL=$(gh pr create --title "chore(deps): upgrade Flutter to ${{ env.latest_flutter_version }}" \
58
58
--body "This PR updates Flutter version in pubspec.yaml to the latest stable release." \
59
- --base flutter_app \
59
+ --base development \
60
60
--head $BRANCH_NAME)
61
61
62
62
# Close and reopen the PR to trigger workflows
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The Badge Magic Android app lets you create moving text and draw clipart for LED
23
23
24
24
## Download
25
25
26
- * [ Latest Release Build] ( https://github.com/fossasia/badgemagic-app/raw/apk/badge-magic-flutter_app -release.apk ) in the apk branch
26
+ * [ Latest Release Build] ( https://github.com/fossasia/badgemagic-app/raw/apk/badge-magic-development -release.apk ) in the apk branch
27
27
28
28
## Permissions
29
29
* ** Bluetooth** : For sending org.fossasia.badgemagic.data to the badge.
You can’t perform that action at this time.
0 commit comments