chore: initial commit

This commit is contained in:
Fabian Christoffel
2023-06-14 12:19:35 +02:00
parent f2a8436bca
commit 2ca6dcf1b1
52 changed files with 1150 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 '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}