Initial import

This commit is contained in:
2022-04-23 15:51:58 +02:00
commit fb6cdd2404
40 changed files with 799 additions and 0 deletions
+9
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.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}