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
in the gradle-wrapper.properties use the following
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
in build.gradle use
dependencies { classpath 'com.android.tools.build:gradle:1.0.+'
also replace
runProguard false
with
minifyEnabled true
I hope this can help