Bump the python version used on Android from 3.10 to 3.11. The substance is the backport of the corresponding commit [0] from upstream p4a. Tested that apk is still reproducible by doing two full builds. I also used the apk a bit and it seems to work at runtime. :) [0]:78db83223f(which got squashed into83e74cac0f)
python-for-android local recipes
These folders are recipes (build scripts) for most of our direct and transitive dependencies for the Android app. python-for-android has recipes built-in for many packages but it also allows users to specify their "local" recipes. Local recipes have precedence over the built-in recipes.
The local recipes we have here are mostly just used to pin down specific versions and hashes for reproducibility. The hashes are updated manually.