update android gradle plug_in to 0.9.+ for android studio 0.5.3

This commit is contained in:
hanchao
2014-04-01 12:44:13 +08:00
committed by Hannes Janetzek
parent 05910f23fb
commit bf7db38ef8
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.8.+'
classpath 'com.android.tools.build:gradle:0.9.+'
}
}