In my build.gradle file I set the following dependency:
dependencies { classpath \'com.android.tools.build:gradle:0.5.+\' }
This will au
try the following code:
com.android.builder.Version.ANDROID_GRADLE_PLUGIN_VERSION
This is the easiest one I think.