Version tag

This commit is contained in:
Nullptr
2023-02-02 22:06:58 +08:00
parent d416758135
commit 0cd714dcd7
2 changed files with 18 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ androidComponents.onVariants { variant ->
expand(
"moduleId" to moduleId,
"moduleName" to moduleName,
"versionName" to verName,
"versionName" to "$verName ($verCode)",
"versionCode" to verCode,
)
}