Rapla2Kustom/build.gradle

26 lines
614 B
Groovy
Raw Permalink Normal View History

2021-08-19 20:10:06 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
2022-02-20 19:00:14 +01:00
classpath 'com.android.tools.build:gradle:7.0.0'
2021-08-19 20:10:06 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}