chore: bump version to 2.5.3 (versionCode 59)
This commit is contained in:
@@ -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`)。
|
||||
|
||||
### 你想做什么?
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user