Update project files and remove unused files

This commit is contained in:
SebasKoedam
2024-04-23 14:40:57 +02:00
parent b505086a66
commit 45805c4c6f
63 changed files with 84 additions and 432 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.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}