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

Any way to force sdk download to be https? #108

Open WesleyLemke opened 8 years ago

WesleyLemke commented 8 years ago

Is there a way to use https://dl.google.com/android/ instead of http://dl.google.com/android/?

Our app-proxy doesn't require authentication if you use https, but does for http. I would prefer to not create an app specific id for our proxy if I don't need to.