From d341f9dd9ff156cc1114a40ac60eb16b2c258c8c Mon Sep 17 00:00:00 2001 From: AriaLyy <511455842@qq.com> Date: Wed, 27 Dec 2017 21:51:38 +0800 Subject: [PATCH] 3.3.9 --- DEV_LOG.md | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEV_LOG.md b/DEV_LOG.md index b7753db3..923c075a 100644 --- a/DEV_LOG.md +++ b/DEV_LOG.md @@ -1,8 +1,9 @@ ## 开发日志 - + v_3.3.8 + + v_3.3.9 - 添加POST支持 - 任务执行的过程中,如果调用removeRecord()方法,将会取消任务 https://github.com/AriaLyy/Aria/issues/174 - 修复一个数据库初始化的问题 https://github.com/AriaLyy/Aria/issues/173 + - 修复head头部信息过长时出现的崩溃问题 https://github.com/AriaLyy/Aria/issues/177 + v_3.3.7 - 修复一个线程重启的问题 https://github.com/AriaLyy/Aria/issues/160 - 修复配置文件异常问题、格式化速度为0问题 https://github.com/AriaLyy/Aria/issues/161 diff --git a/build.gradle b/build.gradle index c0cc2f4d..77153ac4 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ task clean(type: Delete) { ext { userOrg = 'arialyy' groupId = 'com.arialyy.aria' - publishVersion = '3.3.8' + publishVersion = '3.3.9' // publishVersion = '1.0.3' //FTP插件 repoName='maven' desc = 'android 下载框架'