From b79ee9b0ef19c5168161e5bf6ba56defbe24a8a6 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 11 Apr 2024 15:23:07 +0000 Subject: [PATCH] android: update p4a ref to have https://github.com/SomberNight/python-for-android/commit/04e80084ebbb9bcfdbb32e814d4a1f5826ffe4eb > recipe: libsecp256k1: enable modules for schnorr sigs --- contrib/android/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 55635d88910e..91ec60ee0fc8 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -197,8 +197,8 @@ RUN cd /opt \ && git remote add sombernight https://github.com/SomberNight/python-for-android \ && git remote add accumulator https://github.com/accumulator/python-for-android \ && git fetch --all \ - # commit: from branch accumulator/qt6-wip (note: careful with force-pushing! see #8162) \ - && git checkout "0c507ead85cc603d0e4a2f5e58e9247a1fae262d^{commit}" \ + # commit: from branch sombernight/qt6-wip (note: careful with force-pushing! see #8162) \ + && git checkout "04e80084ebbb9bcfdbb32e814d4a1f5826ffe4eb^{commit}" \ && /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e . # build env vars