Initial commit

This commit is contained in:
2026-07-26 21:34:07 -06:00
commit c48c25769a
95 changed files with 14260 additions and 0 deletions

4
build.gradle.kts Normal 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
}