Browse Source

android: buildozer ref 4403ecf445f10b5fbf7c74f4621bf2b922ad35b5

buildozer didn't pass android target_sdk_version from spec file
master
Sander van Grieken 2 years ago
parent
commit
a8dc27ef4c
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 2
      contrib/android/Dockerfile

2
contrib/android/Dockerfile

@ -187,7 +187,7 @@ RUN cd /opt \
&& git remote add accumulator https://github.com/accumulator/buildozer \
&& git fetch --all \
# commit: from branch electrum-qt6 (note: careful with force-pushing! see #8162) \
&& git checkout "ce4f2257249fdf4ff1f4cb8983fd7ac44174a274^{commit}" \
&& git checkout "4403ecf445f10b5fbf7c74f4621bf2b922ad35b5^{commit}" \
&& /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .
# install python-for-android

Loading…
Cancel
Save