Update gradle version (#261)

This commit is contained in:
Juan Miguel Boyero Corral 2019-11-04 19:57:17 +01:00 committed by GitHub
parent b0e6017169
commit 0126888e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'org.ajoberstar:grgit:2.1.1'
classpath 'com.google.gms:google-services:4.3.2'
}