Skip to content

Commit

Permalink
Updated version, dependencies and build code
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 2, 2023
1 parent 6eb10b5 commit dec30a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sbapp/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,

version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
android.numeric_version = 20231101
android.numeric_version = 20231102
# Cryptography recipe is currently broken, using RNS-internal crypto for now
requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a
Expand Down
2 changes: 1 addition & 1 deletion sbapp/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
__version__ = "0.7.0"
__version__ = "0.7.1"
__variant__ = "beta"

import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def glob_paths(pattern):
'sideband=sbapp:main.run',
]
},
install_requires=["rns>=0.6.3", "lxmf>=0.3.7", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
install_requires=["rns>=0.6.4", "lxmf>=0.3.4", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
extras_require={
"macos": ["pyobjus"],
},
Expand Down

0 comments on commit dec30a3

Please sign in to comment.