upgrade gradle version (#548)

This commit is contained in:
m2049r 2019-03-06 16:46:52 +01:00 committed by GitHub
parent de8de02f9f
commit d5a967f690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}