1 Star 0 Fork 0

hhsjdesign / alipaydragview

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 1.06 KB
Copy Edit Raw Blame History
kevin-song authored 2021-04-16 14:34 . 移除无用资源
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from:("plugins/config.gradle")
buildscript {
repositories {
maven { url "https://maven.aliyun.com/repository/google"}
maven { url "https://maven.aliyun.com/repository/central"}
maven { url "https://maven.aliyun.com/repository/public"}
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
//AspectJ
classpath 'org.aspectj:aspectjweaver:1.9.6'
classpath 'org.aspectj:aspectjtools:1.9.6'
}
}
allprojects {
repositories {
maven { url "https://maven.aliyun.com/repository/google"}
maven { url "https://maven.aliyun.com/repository/central"}
maven { url "https://maven.aliyun.com/repository/public"}
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
1
https://gitee.com/hhsjdesign/alipaydragview.git
git@gitee.com:hhsjdesign/alipaydragview.git
hhsjdesign
alipaydragview
alipaydragview
design

Search