Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cython~=0.29
ifaddr
virtualenv
setuptools
git+https://github.com/learningequality/python-for-android@632047c77661710e1ed19b110ef78402c4c64228#egg=python-for-android
git+https://github.com/learningequality/python-for-android@1b3fff2dd4e9a147551650b2730fcd6e6441f02d#egg=python-for-android
google-api-python-client==2.96.0
google-auth==2.22.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from play_store_api import get_latest_version_code


android_installer_version = "0.1.9"
android_installer_version = "0.1.10"


BUILD_TYPE_DEBUG = "debug"
Expand Down
Loading