You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
app_process-shell-use/build.gradle

40 lines
1.2 KiB

6 years ago
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
2 years ago
6 years ago
repositories {
2 years ago
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/'}
6 years ago
google()
2 years ago
6 years ago
}
dependencies {
2 years ago
classpath 'com.android.tools.build:gradle:4.0.1'
6 years ago
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
2 years ago
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/'}
6 years ago
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}