Updated version

This commit is contained in:
Mark Qvist 2023-10-22 23:14:19 +02:00
parent 3e0e5436d1
commit 77b6509059
2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@ version:
@(echo $$(python ./gv.py)) @(echo $$(python ./gv.py))
install: install:
# adb install bin/sideband-$$(python ./gv.py)-arm64-v8a-release.apk
adb install bin/sideband-$$(python ./gv.py)-arm64-v8a_armeabi-v7a-release.apk adb install bin/sideband-$$(python ./gv.py)-arm64-v8a_armeabi-v7a-release.apk
console: console:

View File

@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
version.regex = __version__ = ['"](.*)['"] version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py version.filename = %(source.dir)s/main.py
android.numeric_version = 20231016 android.numeric_version = 20231022
# Cryptography recipe is currently broken, using RNS-internal crypto for now # Cryptography recipe is currently broken, using RNS-internal crypto for now
requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a