update gradle config

This commit is contained in:
slymax
2021-05-07 15:47:37 +02:00
parent 4c2930413a
commit 568c5ae8d0
2 changed files with 4 additions and 4 deletions

View File

@@ -2,17 +2,17 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.0'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}