updated gradle settings for backward compatibility

This commit is contained in:
strawmanbobi
2021-07-26 15:44:30 +08:00
parent 1772283b31
commit c854786a7b
2 changed files with 2 additions and 2 deletions

View File

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