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

Android/Kivy:

- metadata update
This commit is contained in:
lufebe16 2024-11-20 09:32:25 +01:00
parent d7d9bb3ea6
commit cb2252b74e
3 changed files with 6 additions and 3 deletions

View file

@ -9,7 +9,7 @@ else
fi
# current android version mumber.
version="3.1.0"
version="3.1.1"
sversion=$(echo $version | sed -E "s:(.*)\..*:\1:")
tuple=$(echo $version | sed -E "s:(.*)\.(.*)\.(.*):(\1, \2, \3):")

View file

@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 102130100,
"versionName": "3.1.0",
"versionCode": 102130101,
"versionName": "3.1.1",
"outputFile": "pysolfc-release.apk"
}
],

View file

@ -0,0 +1,3 @@
- zoom with two fingers and pan in the card free areas of a game.
- tools menu entry to reset the zoom.