v0.4.3: updated gradle plugin to 2.2.0

This commit is contained in:
Evan Debenham 2016-09-19 17:04:14 -04:00
parent f46c533786
commit ca874a65bb

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}