jarvis-client-android/build.gradle

17 lines
458 B
Groovy
Raw Normal View History

2021-08-13 12:53:34 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
2021-10-14 22:01:42 +02:00
classpath "com.android.tools.build:gradle:7.0.3"
2021-08-13 12:53:34 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
2021-08-13 12:53:34 +02:00
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}