There is a new Android Studio update: https://sites.google.com/a/android.com/tools/recent/androidstudio030released
The link says:
The improved per
You should use the following in your build.gradle:
buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.7.+' } }
Edit: Nowadays 0.9.+ is the most up-to-date gradle plugin.
0.9.+