mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Updated versions
This commit is contained in:
parent
a16058329b
commit
a90364dd5b
2 changed files with 3 additions and 3 deletions
|
@ -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 = 20240922
|
||||
android.numeric_version = 20240924
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "0.9.8"
|
||||
__variant__ = "beta"
|
||||
__version__ = "1.0.0"
|
||||
__variant__ = ""
|
||||
|
||||
import sys
|
||||
import argparse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue