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

Android build

- updated to p4a v2023.09.16 (kivy 2.2.1, python 3.10)
This commit is contained in:
lufebe16 2023-11-19 22:10:59 +01:00
parent b91e69964e
commit 2811ac4ba8
2 changed files with 5 additions and 2 deletions

View file

@ -315,8 +315,7 @@ android.debug_artifact = apk
#p4a.branch = master
# (str) python-for-android specific commit to use, defaults to HEAD, must be within p4a.branch
#p4a.commit = HEAD
p4a.commit = v2023.02.10
p4a.commit = v2023.09.16
# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
#p4a.source_dir =

View file

@ -8,6 +8,10 @@ Android specific:
- Implementation of full picture hint for the new puzzle type games.
- Background images from the save-aspect folder now are preserving
correct aspect ratio (bug fix).
- Mahjongg tile overlapping (3d simulation) implemented
- Animation synchronised (so as the tk version does)- This prevents
some stacking order corruptions reported earlier.
- libraries updated to kivy v2.2.1 and python v3.10
Main version:
- consult NEWS.asscidoc or html-src/news.html on
github for more change informations.