From 535498617c4198837f8798f4af58dffc46e8f226 Mon Sep 17 00:00:00 2001 From: gallonyin Date: Sun, 16 Jul 2023 11:27:24 +0800 Subject: [PATCH] update readme&version2.6.5 --- README.md | 2 ++ app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02dedff..6eb3cd4 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Apache License, Version 2.0 # 版本更新 +v2.6.5 2023-07-14 优化发送文件;其他已知问题优化 + v2.6.4 2023-06-28 修复发消息功能缺陷;其他已知问题优化 v2.6.3 2023-06-26 日志文件分享 diff --git a/app/build.gradle b/app/build.gradle index a0260f4..aff2b0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.yameida.worktool" minSdkVersion 24 targetSdkVersion 30 - versionCode 26042 - versionName "2.6.4.2" + versionCode 26051 + versionName "2.6.5" } buildTypes {