update gradle

This commit is contained in:
n8fr8 2018-05-11 23:55:42 -04:00
parent db82e6b889
commit a46fd778b5
1 changed files with 1 additions and 1 deletions

View File

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