This commit is contained in:
2023-03-16 13:54:37 +01:00
parent de869548e5
commit bba661e4f6
53 changed files with 889 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}