Skip to content

0.4.0

Compare
Choose a tag to compare
@quittle quittle released this 17 Oct 09:27

Added support for multiple Android SDK configurations to work with when installing deoendencies. In order of precedence:

  1. The cmdline-tools only bundle.
  2. The cmdline-tools;latest package if installed with sdkmanager.
  3. The highest version of the cmdline-tools package if installed with sdkmanager for a specific version.
  4. The older, SDK Tools bundle which used to be the only source supported.

Note that if cmdline-tools;latest was installed when the latest version was 1.0 and then later cmdline-tools;2.0 is installed without reinstalling latest, this plugin will use the 1.0 version installed under "latest" rather than 2.0.