From bc88e1c32856fd1dfc97f950c254d0c60fd71303 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 8 Jul 2022 16:32:18 +0200 Subject: [PATCH] android build: (qml) bump p4a commit to include single new commit https://github.com/SomberNight/python-for-android/commit/c6e39ae1fb4eb8d547eb70b26b89beda7e6ff4b6 --- contrib/android/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 664f2ba27..338e961d4 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -169,8 +169,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/qt5-wip - && git checkout "fff4014747ab675bde3659f277095ac52ddf01f5^{commit}" \ + # commit: from branch sombernight/qt5-wip + && git checkout "c6e39ae1fb4eb8d547eb70b26b89beda7e6ff4b6^{commit}" \ && python3 -m pip install --no-build-isolation --no-dependencies --user -e . # build env vars