Why does Gradle not handle the download of the Android Support Repository / Library

2015-06-02 Thread vogella
Hello, I really like how Gradle handles the dependencies. One thing which feels strange to me is that I still need to use the Android SDK Manager to download the Android Support Repository and the Android Support Library. Why is that not handled automatically via Gradle? Best regards, Lars

Re: Why does Gradle not handle the download of the Android Support Repository / Library

2015-06-02 Thread Stephen D'Amico
Potentially duplicated functionality of this existing issue, https://code.google.com/p/android/issues/detail?id=60650 On Tuesday, June 2, 2015 at 11:05:10 AM UTC-4, vogella wrote: Opened https://code.google.com/p/android/issues/detail?id=175504 for this feature request. 2015-06-02 15:29

Re: Why does Gradle not handle the download of the Android Support Repository / Library

2015-06-02 Thread Lars Vogel
Opened https://code.google.com/p/android/issues/detail?id=175504 for this feature request. 2015-06-02 15:29 GMT+02:00 Jake Wharton jakewhar...@gmail.com: Or the Android plugin (which could just update the SDK manager on-demand). On Tue, Jun 2, 2015, 5:08 AM vogella lars.vo...@gmail.com wrote: