gradle: bump android plugin version to 2.1.2

Bugfix release, no changelog on developer.android.com.
This commit is contained in:
Daniel Martí 2016-06-07 22:05:46 +01:00
parent 52e4548755
commit fef76eff89
1 changed files with 1 additions and 1 deletions

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')
}
}