From a5485e5f68747c88c13cf67fb2afb6cbad3ad714 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 6 Mar 2023 12:03:25 +0100 Subject: [PATCH] android: use material dark style for splashscreen action bar --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 5edc5119a..19ad50903 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 "b6e43aeb69bb7687a91703b7b8cd9af444e7f9f2^{commit}" \ + && git checkout "8ac9841dc0d2c825a247583b9ed5a33b7b533e85^{commit}" \ && python3 -m pip install --no-build-isolation --no-dependencies --user -e . # build env vars