Skip to content

Commit

Permalink
bump version to 3.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Apr 14, 2024
1 parent 9cb7141 commit f4f15da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app-meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionName": "3.0.24",
"versionCode": 24021216,
"updateTime": "2024-02-12 16:00:00",
"updateLog": "1. 修复部分情况下无法正常获取资源导致崩溃的问题"
"versionName": "3.0.25",
"versionCode": 24041416,
"updateTime": "2024-04-14 16:55:44",
"updateLog": "1. 修复一处配置文件可能无法正常获取的bug\n2. 修复回赞筛选天数不生效的问题\n3. 优化模块稳定性"
}
6 changes: 4 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.24"
val appVerName: String = "3.0.25"
val updateLog = """
1. 修复部分情况下无法正常获取资源导致崩溃的问题
1. 修复一处配置文件可能无法正常获取的bug
2. 修复回赞筛选天数不生效的问题
3. 优化模块稳定性
""".trimIndent()

android {
Expand Down

0 comments on commit f4f15da

Please sign in to comment.