From 5426411f996e83ec4389098f177e09e4833d1405 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 27 Feb 2023 10:57:12 +0100 Subject: [PATCH] android: include p4a cherry-pick 70fa6ddd040dc14f3cb28ebc2cfc5779c5cc5342, avoid sh>=2 --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 97bb20cb0..0c1edb37a 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -179,7 +179,7 @@ RUN cd /opt \ && git remote add accumulator https://github.com/accumulator/python-for-android \ && git fetch --all \ # commit: from branch accumulator/electrum_20210421d (note: careful with force-pushing! see #8162) - && git checkout "d33e07ba4c7931da46122a32f3807709a73cb7f6^{commit}" \ + && git checkout "254033e750ac844426de18085a4262066c8a34c7^{commit}" \ && python3 -m pip install --no-build-isolation --no-dependencies --user -e . # build env vars