I have in my .gradle folder, a 2.4 folder which is the version of gradle. I want to downgrade to 2.2.1, because I need to use Gradle plugin 1.0.1. I already try to change by:
distributionUrl=https://services.gradle.org/distributions/gradle-2.2.1-all.zip
But this did not solve the issue and I'm still with 2.4 version.
How can I solve this?
See Question&Answers more detail:os