Update gradle plugin to 0.12.2

This commit is contained in:
Dominik Schürmann
2014-07-27 18:28:54 +02:00
parent cb3425f947
commit ee307cdf28
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
classpath 'com.android.tools.build:gradle:0.12.0'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}