JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 142 forks source link

Fix preview build tools availability check and download #80

Open kaneoriley opened 8 years ago

kaneoriley commented 8 years ago

SDK manager has issues with the inconsistent name scheme with preview build tools. It can't recognise incremental versions such as '23.0.0 rc3', because the SDK folder and command line parameter values are always '23.0.0-preview'. This commit fixes that.