guiyu / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

Build script downloads gradle-2.1-bin.zip using plaintext HTTP #757

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ./gradlew
2. That's all

What is the expected output?

Downloading https://services.gradle.org/distributions/gradle-2.1-bin.zip

What do you see instead?

Downloading http://services.gradle.org/distributions/gradle-2.1-bin.zip

What version of the product are you using?

Current master branch, 2590521b336d605b00620d5b5ef104c3ac97439c

On what operating system?

Linux

Please provide any additional information below.

Patch attached.

Original issue reported on code.google.com by stribika@gmail.com on 6 Feb 2015 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
That file is auto-generated by gradle. Changes I make will be wiped the next 
time we update Gradle.

You should take this suggestion to Gradle and see why (if any) reason they 
choose to use HTTP vs HTTPS.

Original comment by connor.tumbleson on 9 Feb 2015 at 1:22

GoogleCodeExporter commented 9 years ago
Fixed.

https://github.com/iBotPeaches/Apktool/commit/18790b92e5d04aff0003631f1b756e0da7
ce3697

Original comment by connor.tumbleson on 10 Feb 2015 at 9:48