I\'m trying to build my Android App using the Gradle command line interface. I\'v also add GRADLE_HOME/bin to the environment. Firstly, i used gradle init to ge
Just update gradle/wrapper/gradle-wrapper.properties
update this:
-from:
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip
-to:
distributionUrl=http://services.gradle.org/distributions/gradle-2.3-all.zip