From 7f28192228e3b624122f0d6bba7afa485c5c9dde Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 19 Sep 2024 23:27:17 +0200 Subject: [PATCH] Updated versions --- sbapp/buildozer.spec | 2 +- sbapp/main.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 2a31cf6..13a7cdf 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -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 = 20240919 +android.numeric_version = 20240920 requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy,cryptography,ffpyplayer,codec2,pycodec2,sh,pynacl diff --git a/sbapp/main.py b/sbapp/main.py index 3fe32ea..456d15b 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,6 +1,6 @@ __debug_build__ = False __disable_shaders__ = False -__version__ = "0.9.6" +__version__ = "0.9.7" __variant__ = "beta" import sys diff --git a/setup.py b/setup.py index 4a2988c..84c5efa 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setuptools.setup( }, install_requires=[ "rns>=0.7.8", - "lxmf>=0.5.2", + "lxmf>=0.5.3", "kivy>=2.3.0", "pillow>=10.2.0", "qrcode",