init proj

This commit is contained in:
Kirito
2025-12-26 18:51:27 +08:00
commit 03b2ac79cf
39 changed files with 1051 additions and 0 deletions

4
build.gradle 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 {
alias(libs.plugins.android.application) apply false
}