0.4.0
Added support for multiple Android SDK configurations to work with when installing deoendencies. In order of precedence:
- The
cmdline-tools
only bundle. - The
cmdline-tools;latest
package if installed withsdkmanager
. - The highest version of the
cmdline-tools
package if installed withsdkmanager
for a specific version. - 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.