v0.7.0: updated gradle build tools version

This commit is contained in:
Evan Debenham 2018-10-06 16:59:08 -04:00
parent 23d2c43abe
commit 3283bc8e71

View File

@ -4,6 +4,6 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}