Files
tra-app/Android/HBuilder-Integrate-AS/build.gradle
T
2025-07-01 21:57:03 +08:00

29 lines
826 B
Groovy

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