update readme&version2.7.0

This commit is contained in:
gallonyin
2023-08-27 16:02:35 +08:00
parent 61de411120
commit 42a80f2413
2 changed files with 6 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ Apache License, Version 2.0
# 版本更新 # 版本更新
v2.7.0 2023-08-27 兼容企微4.1.9;其他已知问题优化
v2.6.8 2023-08-12 删除联系人;其他已知问题优化 v2.6.8 2023-08-12 删除联系人;其他已知问题优化
v2.6.7 2023-07-31 修复房间类型错误;其他已知问题优化 v2.6.7 2023-07-31 修复房间类型错误;其他已知问题优化
@@ -80,11 +82,11 @@ v2.6.4 2023-06-28 修复发消息功能缺陷;其他已知问题优化
v2.6.3 2023-06-26 日志文件分享 v2.6.3 2023-06-26 日志文件分享
v2.6.2 2023-06-25 增加防卡顿模式;自动删除已退出群;群信息保存通讯录;消息检查优化;其他已知问题修复
<details> <details>
<summary><b>往期更新</b></summary> <summary><b>往期更新</b></summary>
v2.6.2 2023-06-25 增加防卡顿模式;自动删除已退出群;群信息保存通讯录;消息检查优化;其他已知问题修复
v2.6.1 2023-06-13 控件检索优化;其他已知问题修复 v2.6.1 2023-06-13 控件检索优化;其他已知问题修复
v2.6.0 2023-05-28 anr自动处理;其他已知问题修复 v2.6.0 2023-05-28 anr自动处理;其他已知问题修复

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.yameida.worktool" applicationId "org.yameida.worktool"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 30 targetSdkVersion 30
versionCode 26081 versionCode 27001
versionName "2.6.8" versionName "2.7.0"
} }
buildTypes { buildTypes {