feat: 添加 bng33 模块的配置和资源,包括更新应用名称和版本信息

This commit is contained in:
2026-05-15 14:05:07 +08:00
parent f912b41621
commit d459d3d2ec
10 changed files with 17 additions and 11 deletions

View File

@@ -10,8 +10,8 @@ plugins {
ext {
outputPath = "${project.rootDir}/apks"
versionCode = 137
versionName = "v1.3.7"
versionCode = 138
versionName = "v1.3.8"
namespace = "com.webclip.base"
JAVA_VERSION = JavaVersion.VERSION_17
}