Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Add note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuGeorgiu committed Oct 31, 2020
1 parent bb5f59a commit c35f8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ downloaded application.
application (if there are any). See
[Dynamic Delivery](https://developer.android.com/guide/app-bundle/dynamic-delivery)
for more information. The additional files will be saved in the same directory as the
downloaded application.
downloaded application. Note: this feature used to work but currently seems broken.

* `-c CREDENTIALS` is used to set the path to the JSON configuration file containing
the Google Play Store credentials. If not specified, by default the tool will try to
Expand Down
2 changes: 1 addition & 1 deletion test/test_playstore_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def raise_os_error(ignore):
)
assert result is False

# TODO: split apk download seems not working anymore
# TODO: split apk download seems not working anymore.

# def test_download_corrupted_split_apk(
# self, playstore, download_folder_path, monkeypatch
Expand Down

0 comments on commit c35f8bc

Please sign in to comment.