update readme&version2.6.8

This commit is contained in:
gallonyin
2023-08-12 23:31:38 +08:00
parent 6557929af0
commit df82028b20
2 changed files with 6 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ Apache License, Version 2.0
# 版本更新 # 版本更新
v2.6.8 2023-08-12 删除联系人;其他已知问题优化
v2.6.7 2023-07-31 修复房间类型错误;其他已知问题优化 v2.6.7 2023-07-31 修复房间类型错误;其他已知问题优化
v2.6.6 2023-07-25 优化消息接收;其他已知问题优化 v2.6.6 2023-07-25 优化消息接收;其他已知问题优化
@@ -80,11 +82,11 @@ v2.6.3 2023-06-26 日志文件分享
v2.6.2 2023-06-25 增加防卡顿模式;自动删除已退出群;群信息保存通讯录;消息检查优化;其他已知问题修复 v2.6.2 2023-06-25 增加防卡顿模式;自动删除已退出群;群信息保存通讯录;消息检查优化;其他已知问题修复
v2.6.1 2023-06-13 控件检索优化;其他已知问题修复
<details> <details>
<summary><b>往期更新</b></summary> <summary><b>往期更新</b></summary>
v2.6.1 2023-06-13 控件检索优化;其他已知问题修复
v2.6.0 2023-05-28 anr自动处理;其他已知问题修复 v2.6.0 2023-05-28 anr自动处理;其他已知问题修复
v2.5.9 2023-05-12 自动通过群邀请;拉人进群发送邀请;获取群聊全称;获取群二维码;其他已知问题修复 v2.5.9 2023-05-12 自动通过群邀请;拉人进群发送邀请;获取群聊全称;获取群二维码;其他已知问题修复

View File

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