feat: 添加多个模块的基础配置和资源文件

This commit is contained in:
2026-04-07 09:12:13 +08:00
parent 593f72ce8b
commit a32c98848f
178 changed files with 5359 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ plugins {
}
ext {
outputPath = "F:/webApp2"
outputPath = "${project.rootDir}/apks"
versionCode = 134
versionName = "v1.3.4"
namespace = "com.webclip.base"