Initial commit for assignment 4

This commit is contained in:
2023-05-04 11:36:17 +02:00
commit 80caff33e3
38 changed files with 1091 additions and 0 deletions

10
build.gradle Normal file
View File

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