chore: bump version to 2.5.3 (versionCode 59)

This commit is contained in:
shiaho
2026-08-22 20:45:20 +08:00
parent 20047661ca
commit 40619dd3ee
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ rest.
> **English** · [简体中文](#贡献-webtoapp中文)
This guide targets **WebToApp 2.5.2** (`versionCode 58`).
This guide targets **WebToApp 2.5.3** (`versionCode 59`).
---
@@ -219,7 +219,7 @@ logged and otherwise disregarded.
非常感谢你愿意花时间。WebToApp 的迭代速度取决于"小而聚焦"的贡献——下面三条路
里挑一条走,其他的先忽略。
本指南对应 **WebToApp 2.5.2**`versionCode 58`)。
本指南对应 **WebToApp 2.5.3**`versionCode 59`)。
### 你想做什么?
+2 -2
View File
@@ -57,8 +57,8 @@ android {
minSdk = 23
targetSdk = 35
versionCode = 58
versionName = "2.5.2"
versionCode = 59
versionName = "2.5.3"
buildConfigField("boolean", "SHELL_RUNTIME_ONLY", "false")
vectorDrawables {
+2 -2
View File
@@ -23,8 +23,8 @@ android {
minSdk = 23
targetSdk = 28
versionCode = 58
versionName = "2.5.2"
versionCode = 59
versionName = "2.5.3"
buildConfigField("boolean", "SHELL_RUNTIME_ONLY", "true")