update gradle to 2.2.2

This commit is contained in:
tibbi 2016-11-16 20:08:03 +01:00
parent 66379036af
commit 59300ee2f8

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}