We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1db7bb8 + c91100e commit 7ec7c11Copy full SHA for 7ec7c11
2 files changed
requirements.txt
@@ -2,7 +2,7 @@ cython~=0.29
2
ifaddr
3
virtualenv
4
setuptools
5
-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
6
google-api-python-client==2.96.0
7
google-auth==2.22.0
8
google-auth-httplib2==0.1.0
scripts/version.py
@@ -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"
9
10
11
BUILD_TYPE_DEBUG = "debug"
0 commit comments