Initial commit

This commit is contained in:
2023-03-03 14:53:54 +01:00
commit 91ad12b463
45 changed files with 936 additions and 0 deletions

6
build.gradle Normal file
View File

@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
}