Files
Dirigent/android/ConductorsWatch/build.gradle
toni a9532f8129 updated gradle und stuff...
fixed threading bug in tapping on the huawei watch
2019-01-27 16:42:22 +01:00

34 lines
684 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven {
url "https://maven.google.com"
}
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven {
url "https://maven.google.com"
}
jcenter()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}