update gradle version (#614)

This commit is contained in:
m2049r 2019-08-16 19:07:12 +02:00 committed by GitHub
parent 0ce5f2b6ca
commit f46ba75771
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.4.1'
classpath 'com.android.tools.build:gradle:3.4.2'
}
}