diff --git a/sbapp/Makefile b/sbapp/Makefile index 456f56b..72b91aa 100644 --- a/sbapp/Makefile +++ b/sbapp/Makefile @@ -73,6 +73,9 @@ console: getrns: (cp -rv ../../Reticulum/RNS ./;rm ./RNS/Utilities/RNS) -(rm ./RNS/__pycache__ -r) + (cp -rv ../../LXMF/LXMF ./;rm ./LXMF/Utilities/LXMF) + -(rm ./LXMF/__pycache__ -r) cleanrns: -(rm ./RNS -r) + -(rm ./LXMF -r) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 0fdf601..0bec8b9 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -10,9 +10,9 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements, version.regex = __version__ = ['"](.*)['"] version.filename = %(source.dir)s/main.py -android.numeric_version = 20221103 +android.numeric_version = 20221121 -requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.2.0,netifaces,libbz2,pydenticon,usb4a,usbserial4a +requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes requirements.source.kivymd = ../../Others/KivyMD-master