disapp/build.gradle

24 lines
530 B
Groovy
Raw Normal View History

2018-09-02 19:00:45 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
2018-09-25 20:25:35 +02:00
2018-09-02 19:00:45 +02:00
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
2018-09-02 19:00:45 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}