1
0
Quadratic-equation/app/build.gradle

17 lines
458 B
Groovy
Raw Normal View History

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