Just to start I\'m very new to android development/android studio/gradle so forgive me if I\'m asking a stupid question.
My team has been working on a project with the b
To change the gradle distribution used go to this file: {Project folder}/gradle/wrapper/graddle-wrapper.properties.
Then change the distributionUrl to use 2.1:
distributionUrl
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip