Skip to content

Commit 7ec7c11

Browse files
authored
Merge pull request #266 from learningequality/fix/pin-build-version
Pin build<1.4.3 to fix APK build failure
2 parents 1db7bb8 + c91100e commit 7ec7c11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cython~=0.29
22
ifaddr
33
virtualenv
44
setuptools
5-
git+https://github.com/learningequality/python-for-android@632047c77661710e1ed19b110ef78402c4c64228#egg=python-for-android
5+
git+https://github.com/learningequality/python-for-android@1b3fff2dd4e9a147551650b2730fcd6e6441f02d#egg=python-for-android
66
google-api-python-client==2.96.0
77
google-auth==2.22.0
88
google-auth-httplib2==0.1.0

scripts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from play_store_api import get_latest_version_code
66

77

8-
android_installer_version = "0.1.9"
8+
android_installer_version = "0.1.10"
99

1010

1111
BUILD_TYPE_DEBUG = "debug"

0 commit comments

Comments
 (0)