SDL: updated Gradle plugin

This commit is contained in:
Sergii Pylypenko
2021-05-07 23:36:54 +03:00
parent dfe6f6b1c1
commit 522bef87f9
3 changed files with 8 additions and 7 deletions

View File

@@ -2,10 +2,10 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.1"
classpath "com.android.tools.build:gradle:4.2.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,7 +15,8 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}