axmol/templates/lua-template-default/frameworks/runtime-src/proj.android/build.gradle

26 lines
532 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()
2015-05-15 16:37:43 +08:00
jcenter()
}
2015-05-15 16:37:43 +08:00
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
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()
2015-05-15 16:37:43 +08:00
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}