Merge pull request #8458 from Simonx22/gradle-352

Android: Update to Gradle 3.5.2
This commit is contained in:
Léo Lam 2019-11-08 21:09:09 +01:00 committed by GitHub
commit c621ddc0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
}
}