chore: checkpoint app modules before flavor migration

This commit is contained in:
2026-08-05 16:33:36 +08:00
parent 63a12890c3
commit 5b965686c4
125 changed files with 4029 additions and 20 deletions

View File

@@ -10,8 +10,8 @@ plugins {
ext {
outputPath = "${project.rootDir}/apks"
versionCode = 100
versionName = "v1.0.0"
versionCode = 150
versionName = "v1.5.0"
namespace = "com.webclip.base"
JAVA_VERSION = JavaVersion.VERSION_17
}