2022-09-14 03:32:31 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2022-09-20 13:38:09 +02:00
|
|
|
id 'com.android.application' version '7.3.0' apply false
|
|
|
|
id 'com.android.library' version '7.3.0' apply false
|
2022-09-14 03:32:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
task clean(type: Delete) {
|
|
|
|
delete rootProject.buildDir
|
|
|
|
}
|