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 下载框架'