0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 11:52:14 +02:00
UrlChecker/build.gradle

28 lines
556 B
Groovy
Raw Permalink Normal View History

2020-07-12 11:53:24 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
2020-07-12 11:53:24 +02:00
}
dependencies {
2024-08-26 17:58:20 +02:00
classpath 'com.android.tools.build:gradle:8.5.2'
2020-07-12 11:53:24 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
2020-07-12 11:53:24 +02:00
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}