From 2811ac4ba8c7987af3195c5bd9c7105f82f44923 Mon Sep 17 00:00:00 2001 From: lufebe16 Date: Sun, 19 Nov 2023 22:10:59 +0100 Subject: [PATCH] Android build - updated to p4a v2023.09.16 (kivy 2.2.1, python 3.10) --- buildozer/buildozer.spec | 3 +-- fastlane/metadata/android/en-US/changelogs/102122100.txt | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildozer/buildozer.spec b/buildozer/buildozer.spec index 924a49b4..c6bd9534 100644 --- a/buildozer/buildozer.spec +++ b/buildozer/buildozer.spec @@ -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 = diff --git a/fastlane/metadata/android/en-US/changelogs/102122100.txt b/fastlane/metadata/android/en-US/changelogs/102122100.txt index 69886bec..ddbe1a1a 100644 --- a/fastlane/metadata/android/en-US/changelogs/102122100.txt +++ b/fastlane/metadata/android/en-US/changelogs/102122100.txt @@ -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.