ExternGnss/build.gradle

26 lines
540 B
Groovy
Raw Normal View History

2022-03-27 21:10:56 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2022-03-27 22:51:53 +02:00
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
2022-03-27 21:10:56 +02:00
}
task clean(type: Delete) {
delete rootProject.buildDir
2022-03-27 22:51:53 +02:00
}