From 3e0d2bee8be86292e2c0bc337ecdfd739640e6f0 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 19 Dec 2022 01:53:00 +0100 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 62c53b4..ded9e53 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 = 20221215 +android.numeric_version = 20221218 requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes diff --git a/sbapp/main.py b/sbapp/main.py index 69e1c32..c89ddb6 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,6 +1,6 @@ __debug_build__ = False __disable_shaders__ = True -__version__ = "0.4.1" +__version__ = "0.4.2" __variant__ = "beta" import sys