misp-bump/build.gradle

28 lines
558 B
Groovy
Raw Normal View History

2018-06-10 16:23:33 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
2019-05-27 16:06:07 +02:00
2018-06-10 16:23:33 +02:00
}
dependencies {
2019-06-04 20:48:24 +02:00
classpath 'com.android.tools.build:gradle:3.4.1'
2019-05-27 16:06:07 +02:00
2018-06-10 16:23:33 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
2019-05-27 16:06:07 +02:00
2018-06-10 16:23:33 +02:00
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}