1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

updated kivy version to 2.2.1 (for python11) in buildozer/pipreq.txt

removed test.py from buildozer dir (shoudnt ever be).
This commit is contained in:
lufebe16 2023-09-14 20:43:19 +02:00
parent c4e87a1294
commit e5f675d132
2 changed files with 1 additions and 14 deletions

View file

@ -5,7 +5,7 @@ colorama==0.4.6
configobj==5.0.8
Cython==0.29.33
Jinja2==3.1.2
Kivy==2.1.0
Kivy==2.2.1
pep517==0.13.0
pep8==1.7.1
permutation==0.4.0

View file

@ -1,13 +0,0 @@
import re
f = open("pubspec.json")
print(f)
txt = f.read().replace('\n', '')
print(txt)
print()
mg = re.search(r'versionCode[:"\s]+(\d+)', txt)
print(mg.group(1))
ng = re.search(r'versionName[:"\s]+([\d.]+)', txt)
print(ng.group(1))