Skip to content

Commit

Permalink
chore(deps): added convenience scripts for building playstore bundle …
Browse files Browse the repository at this point in the history
…and apk (#38)
  • Loading branch information
rafayali committed May 2, 2024
1 parent 88237ff commit 57979bb
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 78 deletions.
1 change: 1 addition & 0 deletions playstore-release-apk.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flutter build apk --release --flavor playstore
1 change: 1 addition & 0 deletions playstore-release-bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flutter build appbundle --release --flavor playstore
Loading

0 comments on commit 57979bb

Please sign in to comment.