Mobile_Application_Developm.../AirKoality/build.gradle

28 lines
558 B
Groovy
Raw Normal View History

2019-03-01 16:46:44 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
2019-05-18 06:57:06 +00:00
classpath 'com.android.tools.build:gradle:3.4.1'
2019-03-01 16:46:44 +00: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
}