Merge pull request #8515 from Simonx22/gradle-353

Android: update to Gradle 3.5.3
This commit is contained in:
Léo Lam 2019-12-14 16:26:20 +01:00 committed by GitHub
commit ad5ad7c0c4
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 {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'
}
}