Skip to content

Commit

Permalink
כלילת חבילת flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 22, 2024
1 parent 0ebcb24 commit 8523281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Flet Build APK
run: |
flutter config --no-analytics # disable flutter analytics
flet build apk -v # adapt the command to your needs - https://flet.dev/docs/publish
flet build apk -v --include-packages flet_permission_handler # adapt the command to your needs - https://flet.dev/docs/publish
- name: Upload APK Artifact
uses: actions/[email protected] # https://github.com/marketplace/actions/upload-a-build-artifact
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android = true # ספלש עבור אנדרואיד

[tool.flet.compile]
# app = true # קומפילציה של קבצי האפליקציה
# packages = true # השבתת קומפילציה עבור ספריות
# packages = false # השבתת קומפילציה עבור ספריות
# cleanup = true # ניקוי קבצים מיותרים לאחר הקומפילציה

0 comments on commit 8523281

Please sign in to comment.