Update Gradle

This commit is contained in:
Eugene Cheung 2019-01-21 23:02:14 -05:00
commit 0ece172875
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
}
}