gradle: bump android plugin version to 2.1.2

Bugfix release, no changelog on developer.android.com.
This commit is contained in:
Daniel Martí committed 2016-06-07 22:05:46 +01:00
1 parent 52e4548755
commit fef76eff89
1 file changed
+1 -1
+1 -1
View File
@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.2'
classpath files('libs/gradle-witness.jar')
}
}