From b9e224579b9bcd0c576b82de924ad63dc87dde43 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 14 Jan 2025 22:05:28 +0100 Subject: [PATCH] Updated versions --- sbapp/buildozer.spec | 2 +- sbapp/main.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 688446b..3c64903 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 = 20250102 +android.numeric_version = 20250115 requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,able_recipe,libwebp,libogg,libopus,opusfile,numpy,cryptography,ffpyplayer,codec2,pycodec2,sh,pynacl,typing-extensions diff --git a/sbapp/main.py b/sbapp/main.py index e4fdc93..19a7f36 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,6 +1,6 @@ __debug_build__ = False __disable_shaders__ = False -__version__ = "1.2.1" +__version__ = "1.3.0" __variant__ = "" import sys diff --git a/setup.py b/setup.py index 0cf38f8..4f2ff5c 100644 --- a/setup.py +++ b/setup.py @@ -114,8 +114,8 @@ setuptools.setup( ] }, install_requires=[ - "rns>=0.8.8", - "lxmf>=0.5.8", + "rns>=0.9.0", + "lxmf>=0.5.9", "kivy>=2.3.0", "pillow>=10.2.0", "qrcode",