From 29b5e1672b12583ef1e5a01c9bb2bd03cd9e3a21 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 22 Apr 2026 11:17:30 +0200 Subject: [PATCH] p4a ref 1098be6964cfc2156959e435e81c2c50f8398586 --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 6e43b83f2..73493413b 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -235,7 +235,7 @@ RUN cd /opt \ && /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e . # install python-for-android -ENV P4A_CHECKOUT_COMMIT="43dfdfaec0865fbd9c7d4f57457323601c4afae1" +ENV P4A_CHECKOUT_COMMIT="1098be6964cfc2156959e435e81c2c50f8398586" # ^ from branch electrum_202602 (note: careful with force-pushing! see #8162) RUN cd /opt \ && git clone https://github.com/spesmilo/python-for-android \