Skip to content

Commit

Permalink
generate empty requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Feb 15, 2025
1 parent 5cfd0a9 commit cc3a2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/build_apk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export LIBRESVIP_VERSION=`uv run python -c 'import libresvip;print(libresvip.__version__)'`
export FLET_VERSION=`uv run python -c 'import flet;print(flet.version.version)'`
echo > requirements.txt
cp ../libresvip/mobile/__main__.py main.py
uv run flet build apk -v \
--android-permissions android.permission.READ_EXTERNAL_STORAGE=True android.permission.WRITE_EXTERNAL_STORAGE=True android.permission.MANAGE_EXTERNAL_STORAGE=True \
Expand Down

0 comments on commit cc3a2c9

Please sign in to comment.