第一次提交

This commit is contained in:
xuhuixiang
2026-03-16 13:31:12 +08:00
commit d42f50cab1
335 changed files with 17566 additions and 0 deletions

11
build.gradle Normal file
View File

@@ -0,0 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
id 'com.google.gms.google-services' version '4.3.15' apply false
}
ext {
outputPath = "F:/webApp2"
versionCode = 133
versionName = "v1.3.3"
}