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

Account for Play Services dependency on the support library. #39

Closed alexsydell closed 9 years ago

alexsydell commented 9 years ago

Fixes #31 by making sure that the support library repository is present when trying to resolve dependencies on Play Services, without which an exception was thrown causing the plugin to think that Play Services was always outdated. Also updates tests to reflect this dependency and fail without the fix.

JakeWharton commented 9 years ago

Is the support-v4-19.0.1.jar in this the real jar or just an empty file?

alexsydell commented 9 years ago

Empty file.

JakeWharton commented 9 years ago

Perfect!

jonasfa commented 9 years ago

This PR is worth a new release :smiley:

alexsydell commented 9 years ago

@JakeWharton any plans for a release?