Gradle wrapper in gradle 1.10 is pointing to the 1.9 binary

Gradle wrapper in gradle 1.10 is pointing to the 1.9 binary

Could you elaborate a little?

Download gradle-1.10-src.zip unzip it edit gradle/wrapper/gradle-wrapper.properties

it contains: distributionUrl=http://services.gradle.org/distributions/gradle-1.9-bin.zip

which causes gradlew to not update itself to 1.10 ( I had to change it manually for my android gradle build to work again)

That’s whatever version of Gradle we used to build that particular release, which can’t be the released version.

Why are you using the src distribution?