1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 06:26:51 -06:00
wulkanowy-mirror/build.gradle

24 lines
498 B
Groovy
Raw Normal View History

2017-03-09 21:29:23 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
2017-07-01 14:52:52 +02:00
classpath 'com.android.tools.build:gradle:2.3.3'
2017-03-09 21:29:23 +01:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}