[go: nahoru, domu]

Skip to content

Commit

Permalink
bump version to 3.0.26-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed May 23, 2024
1 parent 1281d5f commit 2675c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.26",
"versionCode": 24052312,
"updateTime": "2024-05-23 12:20:42",
"updateLog": "1. 优化续火随机字符串逻辑,避免重复发送同一条消息触发风控(建议添加足够多的续火语句用于随机)\n2. 修复部分魔改系统使用 makeText 时触发空指针异常的问题"
"versionName": "3.0.26-fix",
"versionCode": 24052317,
"updateTime": "2024-05-23 17:41:07",
"updateLog": "1. 优化续火随机字符串逻辑,避免重复发送同一条消息触发风控(建议添加足够多的续火语句用于随机)\n2. 修复部分魔改系统使用 makeText 时触发空指针异常的问题\n3. 修复 3.0.26 在部分系统可能导致崩溃的问题"
}
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.26"
val appVerName: String = "3.0.26-fix"
val updateLog = """
1. 优化续火随机字符串逻辑,避免重复发送同一条消息触发风控(建议添加足够多的续火语句用于随机)
2. 修复部分魔改系统使用 makeText 时触发空指针异常的问题
3. 修复 3.0.26 在部分系统可能导致崩溃的问题
""".trimIndent()

android {
Expand Down

0 comments on commit 2675c58

Please sign in to comment.