最初的app

This commit is contained in:
2025-04-29 16:12:29 +08:00
commit 59b796a4a1
112 changed files with 4633 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.androidApplication) apply false
}