From 18698da14e0535fd655f8e12ed737ccf10b081b7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 1 Apr 2024 15:03:22 +0200 Subject: [PATCH] Updated version --- sbapp/buildozer.spec | 2 +- sbapp/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 69531e9..d5f917c 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 = 20240329 +android.numeric_version = 20240401 # Cryptography recipe is currently broken, using RNS-internal crypto for now requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp diff --git a/sbapp/main.py b/sbapp/main.py index e3dc64e..35749b0 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,6 +1,6 @@ __debug_build__ = False __disable_shaders__ = False -__version__ = "0.8.2" +__version__ = "0.8.3" __variant__ = "beta" import sys