From 8523281f01ec46fc1abce69c13588334d9bda8db Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Sun, 22 Dec 2024 06:46:27 +0200 Subject: [PATCH] =?UTF-8?q?=D7=9B=D7=9C=D7=99=D7=9C=D7=AA=20=D7=97=D7=91?= =?UTF-8?q?=D7=99=D7=9C=D7=AA=20flutter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apk-build.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apk-build.yml b/.github/workflows/apk-build.yml index e92efd2..f66fe3d 100644 --- a/.github/workflows/apk-build.yml +++ b/.github/workflows/apk-build.yml @@ -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/upload-artifact@v4.3.4 # https://github.com/marketplace/actions/upload-a-build-artifact diff --git a/pyproject.toml b/pyproject.toml index 8f676bd..a73760b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,5 +42,5 @@ android = true # ספלש עבור אנדרואיד [tool.flet.compile] # app = true # קומפילציה של קבצי האפליקציה -# packages = true # השבתת קומפילציה עבור ספריות +# packages = false # השבתת קומפילציה עבור ספריות # cleanup = true # ניקוי קבצים מיותרים לאחר הקומפילציה \ No newline at end of file