Files
Aerofoil/SDL2-2.30.5/android-project/build.gradle

26 lines
542 B
Groovy
Raw Normal View History

2020-10-09 16:19:18 -04:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
2024-07-19 19:10:06 -04:00
mavenCentral()
2020-10-09 16:19:18 -04:00
google()
}
dependencies {
2024-07-19 19:10:06 -04:00
classpath 'com.android.tools.build:gradle:8.1.1'
2020-10-09 16:19:18 -04:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
2024-07-19 19:10:06 -04:00
mavenCentral()
2020-10-09 16:19:18 -04:00
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}