v0.7.3: updated gradle plugin version

This commit is contained in:
Evan Debenham 2019-05-16 15:12:31 -04:00
parent 54cb223d21
commit 9e78b85a55

View File

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