SDL: updated Gradle build files

This commit is contained in:
Sergii Pylypenko
2019-02-25 19:30:41 +02:00
parent ab3e3aa1a7
commit 22a34468d2
7 changed files with 75 additions and 154 deletions

View File

@@ -1,18 +1,26 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "https://maven.google.com"
}
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}