Files
LayaNative2.0/Conch/build/conch/proj.android_studio/build.gradle
T
2020-11-11 16:17:13 +08:00

28 lines
662 B
Groovy

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