tandroid build: use rebased p4a fork - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 67b2aebed67988c733b3258fdc020e4ca9d2a409 DIR parent 14363f8f2fe75382fd3b7c291fc1b14c678a51a8 HTML Author: SomberNight <somber.night@protonmail.com> Date: Thu, 13 Dec 2018 15:27:48 +0100 android build: use rebased p4a fork https://github.com/SomberNight/python-for-android/commit/86eeec7c19679a5886d5e095ce0a43f1da138f87 Diffstat: M electrum/gui/kivy/tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/gui/kivy/tools/Dockerfile b/electrum/gui/kivy/tools/Dockerfile t@@ -134,7 +134,7 @@ RUN cd /opt \ && cd python-for-android \ && git remote add sombernight https://github.com/SomberNight/python-for-android \ && git fetch --all \ - && git checkout f74226666af69f9915afaee9ef9292db85a6c617 \ + && git checkout 86eeec7c19679a5886d5e095ce0a43f1da138f87 \ && python3 -m pip install -e . # build env vars