Skip to content

Commit

Permalink
bump version to 3.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Feb 13, 2024
1 parent 474d46b commit d91825e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.23-fix"
val appVerName: String = "3.0.24"
val updateLog = """
1. 修复模块在 QQ 9.0.8 上加载异常的问题
2. 更新内置配置版本为 v44
fix. 修复模块在 QQ 8.9.68 上加载异常的问题
1. 修复部分情况下无法正常获取资源导致崩溃的问题
""".trimIndent()

android {
Expand Down

0 comments on commit d91825e

Please sign in to comment.