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.
FairEmail/build.gradle

23 lines
369 B

buildscript {
repositories {
google()
jcenter()
}
dependencies {
4 years ago
// https://developer.android.com/studio/releases/gradle-plugin
4 years ago
classpath 'com.android.tools.build:gradle:4.1.0'
}
}
allprojects {
repositories {
google()
6 years ago
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}