Skip to content

Commit

Permalink
bump version to 3.0.23-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Dec 22, 2023
1 parent f9e97fa commit 3d2307c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.23"
val appVerName: String = "3.0.23-fix"
val updateLog = """
1. 修复模块在 QQ 9.0.8 上加载异常的问题
2. 更新内置配置版本为 v44
fix. 修复模块在 QQ 8.9.68 上加载异常的问题
""".trimIndent()

android {
Expand Down

0 comments on commit 3d2307c

Please sign in to comment.