Skip to content

Commit

Permalink
Updated versions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 24, 2022
1 parent 585ad81 commit 77c519f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sbapp/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 20221121
android.numeric_version = 20221124
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
requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
requirements.source.kivymd = ../../Others/KivyMD-master
Expand Down
3 changes: 1 addition & 2 deletions sbapp/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: Reset
__debug_build__ = True
__debug_build__ = False
__disable_shaders__ = True
__version__ = "0.4.0"
__variant__ = "beta"
Expand Down
2 changes: 1 addition & 1 deletion sbapp/services/sidebandservice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__debug_build__ = True
__debug_build__ = False

import time
import RNS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def glob_paths(pattern):
'sideband=sbapp:main.run',
]
},
install_requires=["rns>=0.4.1", "lxmf>=0.2.3", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
install_requires=["rns>=0.4.2", "lxmf>=0.2.6", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
extras_require={
"macos": ["pyobjus"],
},
Expand Down

0 comments on commit 77c519f

Please sign in to comment.