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

24 lines
434 B

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