6.7.0 - Alpha11 - 修复 ksp-version-codes-processor 模块可能因 Java 版本不兼容而无法构建的问题

This commit is contained in:
SuperMonster003
2025-11-19 14:32:14 +08:00
parent 73e23e9e8f
commit 28f7dbe129
3 changed files with 17 additions and 18 deletions

View File

@@ -51,7 +51,7 @@ class Versions @JvmOverloads constructor(
operator fun get(propertyInfo: List<String>) = bp[propertyInfo]
fun showInfo() {
val title = "Version information for AutoJs6 app library"
val title = "Version information for ${project.rootProject.name} app library"
val infoVerName = "Version name: $appVersionName"
val infoVerCode = "Version code: ${if (isBuildNumberAutoIncremented) "${appVersionCode + 1} [auto-incremented]" else appVersionCode}"