initial commit

This commit is contained in:
2023-11-13 02:25:19 +03:00
commit a2c69a20c5
69 changed files with 1878 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
}