diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 3971e3a..b49e67c 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -13,9 +13,10 @@ version.filename = %(source.dir)s/main.py android.numeric_version = 1 -requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,plyer,pydenticon +requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,pydenticon p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes requirements.source.kivymd = ../../Others/KivyMD-master +# requirements.source.plyer = ../../Others/plyer icon.filename = %(source.dir)s/assets/icon.png presplash.filename = %(source.dir)s/assets/presplash_small.png @@ -24,7 +25,7 @@ android.presplash_color = #00000000 orientation = all fullscreen = 0 -android.permissions = INTERNET +android.permissions = INTERNET,POST_NOTIFICATIONS android.api = 30 android.minapi = 27 android.ndk = 19b