Update Gradle to 5.4.1

This commit is contained in:
khanhduytran0 2020-12-19 15:30:44 +07:00
parent 14a276a981
commit 20a501f413
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.3' classpath 'com.android.tools.build:gradle:5.4.1'
// NOTE: Do not place syour application dependencies here; they belong // NOTE: Do not place syour application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View file

@ -36,6 +36,6 @@ install {
} }
wrapper { wrapper {
gradleVersion = "6.1.1" gradleVersion = "5.4.1"
distributionType = Wrapper.DistributionType.ALL distributionType = Wrapper.DistributionType.ALL
} }