voixtreme-speaker-next/build.gradle
Jimmie Matsson 541ad63f83 2019-10-21, v2.1.2.506
1. Removed VoiXtreme Engine command restrictions
2019-10-21 14:51:44 +02:00

24 lines
515 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
// 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
}