Initial commit

This commit is contained in:
2023-09-26 17:25:00 +01:00
commit 30e3c01385
41 changed files with 869 additions and 0 deletions

4
build.gradle.kts Normal file
View File

@@ -0,0 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.1" apply false
}