Skip to content

Releases: tadfisher/android-sdk-updater

v1.0.1

01 Aug 18:51
Compare
Choose a tag to compare

Version bump to fix PyPI packaging issue.

0.0.3

17 Apr 01:47
v0.0.3
Compare
Choose a tag to compare

Features

  • --show lists packages that are installed, available, and updates. Thanks to jules2689 for this feature.

Bugfixes

  • Handle symlinked SDK install directories. Thanks to jules2689.
  • Fix name-mangling for system-image packages. Thanks again to jules2689.
  • Blacklist temp directories which may be created by newer versions of Android Studio.
  • Ignore the license property for platform-tools packages, which has been removed for release candidates.

0.0.2

17 Dec 20:33
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Handle Unicode strings properly for Python 2.
  • Blacklist the NDK package. Plans are in place to support this in a future release.

Birth

27 Nov 10:44
Compare
Choose a tag to compare
Birth Pre-release
Pre-release
  • Support incremental updates of an SDK installation.
  • Support forcing installation of arbitrary SDK packages.
  • Read packages from the command line or STDIN.
  • Configurable timeouts for package installation.
  • Dry-run and verbose output modes for debugging.