chore: update version to v1.3.9 and modify app names for bb8au and xoxau modules

This commit is contained in:
2026-05-18 09:54:53 +08:00
parent 8ef20361fd
commit 066e3f9109
8 changed files with 27 additions and 6 deletions

View File

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