mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Updated buildozer spec
This commit is contained in:
parent
64522ba1c3
commit
25f0d52260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user