Merge branch 'master' of https://github.com/gallonyin/worktool into master

This commit is contained in:
gallonyin
2023-07-27 21:37:35 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ Apache License, Version 2.0
# 版本更新 # 版本更新
v2.6.6 2023-07-25 优化消息接收;其他已知问题优化
v2.6.5 2023-07-14 优化发送文件;其他已知问题优化 v2.6.5 2023-07-14 优化发送文件;其他已知问题优化
v2.6.4 2023-06-28 修复发消息功能缺陷;其他已知问题优化 v2.6.4 2023-06-28 修复发消息功能缺陷;其他已知问题优化

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.yameida.worktool" applicationId "org.yameida.worktool"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 30 targetSdkVersion 30
versionCode 26051 versionCode 26061
versionName "2.6.5" versionName "2.6.6"
} }
buildTypes { buildTypes {