Skip to content

Commit

Permalink
build: 更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Jan 14, 2023
1 parent 92f1226 commit d14da57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 2.2.5(78)

- 【修复】修复部分主题文字颜色错误

## 2.2.4(77)

- 【新增】修复WebInstance缓存内存泄露
Expand Down
4 changes: 2 additions & 2 deletions gradle/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ext {
minSdkVersion : 21,
targetSdkVersion : 30,
buildToolsVersion: "30.0.3",
versionCode : 77,
versionName : "2.2.4", //-beta1
versionCode : 78,
versionName : "2.2.5", //-beta1
]

compileOptions = [
Expand Down

0 comments on commit d14da57

Please sign in to comment.