Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Feb 14, 2024
1 parent 30fbbe5 commit 7bc2391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 20240105
android.numeric_version = 20240214
# 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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def glob_paths(pattern):
'sideband=sbapp:main.run',
]
},
install_requires=["rns>=0.7.0", "lxmf>=0.3.9", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
install_requires=["rns>=0.7.1", "lxmf>=0.3.9", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
extras_require={
"macos": ["pyobjus"],
},
Expand Down

0 comments on commit 7bc2391

Please sign in to comment.