aboutsummaryrefslogtreecommitdiffstats
path: root/buildozer.spec
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-27 04:46:26 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-27 04:46:26 +0000
commite8bd0e3644070d2ea9f8fc309e725d9b9b3d0bd6 (patch)
treebf8c0d50dbd1c579b5fc6a671a1051aabb20a4a4 /buildozer.spec
parentd9d8b5d6509433d7c9ef23d9d0279fb65926785b (diff)
downloadyouload-main.tar.gz
youload-main.tar.bz2
youload-main.zip
Diffstat (limited to 'buildozer.spec')
-rw-r--r--buildozer.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildozer.spec b/buildozer.spec
index e28c185..56185ae 100644
--- a/buildozer.spec
+++ b/buildozer.spec
@@ -13,7 +13,7 @@ package.domain = nate.youload
source.dir = src
# (list) Source files to include (let empty to include all the files)
-source.include_exts = py,png,jpg,kv,atlas,ffmpeg
+source.include_exts = py,png,jpg,kv,atlas
# (list) List of inclusions using pattern matching
#source.include_patterns = assets/*,images/*.png
@@ -95,7 +95,7 @@ fullscreen = 0
# (list) Permissions
# (See https://python-for-android.readthedocs.io/en/latest/buildoptions/#build-options-1 for all the supported syntaxes and properties)
-android.permissions = INTERNET, WRITE_EXTERNAL_STORAGE
+android.permissions = INTERNET,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE
# (list) features (adds uses-feature -tags to manifest)
#android.features = android.hardware.usb.host