v0.6.5: updated gradle and build tools versions

This commit is contained in:
Evan Debenham
2018-04-27 01:28:41 -04:00
committed by Evan Debenham
parent 00b8eb81a9
commit 71fe0d7494
2 changed files with 2 additions and 2 deletions

View File

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