Initial commit

This commit is contained in:
2026-07-26 22:33:09 -06:00
commit 895760cb5d
69 changed files with 6315 additions and 0 deletions

4
build.gradle Executable file
View File

@@ -0,0 +1,4 @@
plugins {
id 'com.android.application' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}