Files
youle_app_zhuoyitong/build.gradle
2026-02-16 18:24:19 +08:00

24 lines
581 B
Groovy
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
jcenter() // 警告jcenter 已被弃用,但目前保留以保证兼容性
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter() // 警告jcenter 已被弃用,但目前保留以保证兼容性
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}