1
0
Files
electrum/contrib/android/p4a_recipes
SomberNight adb4f6f246 android build: bump python version (3.10.18->3.11.14)
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 into 83e74cac0f)
2025-12-27 03:31:19 +00:00
..
2023-03-21 17:12:49 +01:00
2023-11-07 10:17:10 +01:00

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.