Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 15, 2022
1 parent b7c829a commit ac3412e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 20221124
android.numeric_version = 20221215
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
Expand Down
4 changes: 2 additions & 2 deletions sbapp/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__debug_build__ = True
__debug_build__ = False
__disable_shaders__ = True
__version__ = "0.4.0"
__version__ = "0.4.1"
__variant__ = "beta"

import sys
Expand Down

0 comments on commit ac3412e

Please sign in to comment.