v0.6.0: updated gradle plugin version

This commit is contained in:
Evan Debenham 2017-05-17 17:47:49 -04:00
parent 4587919386
commit c22b75f276

View File

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