From 18790b92e5d04aff0003631f1b756e0da7ce3697 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 10 Feb 2015 15:47:23 -0600 Subject: [PATCH] Downloads gradle dependencies over https - fixes issue 757 --- CHANGES | 1 + gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1fe54518..c9036af2 100644 --- a/CHANGES +++ b/CHANGES @@ -57,6 +57,7 @@ v2.0.0 (TBA) -Fixed (issue #545) - Fixed issue with undefined attrs w/ updated internal frameworks -Fixed (issue #702) - Fixed improper handling of MNC_ZERO which caused dupe`d resources -Fixed (issue #744) - Fixed warnings of "Cleaning up unclosed ZipFile..." +-Fixed (issue #757) - Download gradle binaries over https -Fixed issue with APKs with multiple dex files. -Fixed issue with using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr) -Fixed issue with non-URI standard characters in apk name (Thanks rover12421) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5da386a5..f2c11c8b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip