axmol/tests/cpp-tests/proj.android/build.gradle

26 lines
542 B
Groovy
Raw Normal View History

2015-05-15 16:37:43 +08:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
2015-05-15 16:37:43 +08:00
}
2015-05-15 16:37:43 +08:00
dependencies {
2022-08-06 20:05:12 +08:00
classpath 'com.android.tools.build:gradle:7.2.2'
2015-05-15 16:37:43 +08:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
2015-05-15 16:37:43 +08:00
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}