From a6ecaadea4e660af5e5dd75ad123dab57442dc94 Mon Sep 17 00:00:00 2001 From: laoyuyu <511455842@qq.com> Date: Sat, 2 Nov 2019 11:06:49 +0800 Subject: [PATCH] 3.7.4 --- DEV_LOG.md | 6 ++++-- README.md | 23 ++++++++++++----------- build.gradle | 4 ++-- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/DEV_LOG.md b/DEV_LOG.md index 627fe4bb..45421b93 100644 --- a/DEV_LOG.md +++ b/DEV_LOG.md @@ -1,6 +1,8 @@ ## 开发日志 - + v_3.7.4 + + v_3.7.4 (2019/11/2) - 修复一个class被莫名改变的问题 + - 修复非分块模式下导致的一个下载失败问题 + - fix bug https://github.com/AriaLyy/Aria/issues/493 + v_3.7.3 (2019/10/31) - fix bug https://github.com/AriaLyy/Aria/issues/495 - fix bug https://github.com/AriaLyy/Aria/issues/496 @@ -15,7 +17,7 @@ - fix bug https://github.com/AriaLyy/Aria/issues/482 - fix bug https://github.com/AriaLyy/Aria/issues/473 - 移除隐藏api的反射 https://github.com/AriaLyy/Aria/issues/456 - - 新增ftp免证书登陆功能h ttps://github.com/AriaLyy/Aria/issues/455 + - 新增ftp免证书登陆功能 https://github.com/AriaLyy/Aria/issues/455 - 适配androidX - 修复组合任务,恢复下载,会出现进度显示为0的问题 - m3u8点播下载新增创建ts索引功能 diff --git a/README.md b/README.md index 0cc58aba..5e767d3a 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,16 @@ Aria有以下特点: ## 引入库 [![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/AriaLyy/Aria/blob/master/LICENSE) -[![Core](https://img.shields.io/badge/Core-3.7.3-blue)](https://github.com/AriaLyy/Aria) -[![Compiler](https://img.shields.io/badge/Compiler-3.7.3-blue)](https://github.com/AriaLyy/Aria) -[![FtpComponent](https://img.shields.io/badge/FtpComponent-3.7.3-orange)](https://github.com/AriaLyy/Aria) -[![M3U8Component](https://img.shields.io/badge/M3U8Component-3.7.3-orange)](https://github.com/AriaLyy/Aria) +[![Core](https://img.shields.io/badge/Core-3.7.4-blue)](https://github.com/AriaLyy/Aria) +[![Compiler](https://img.shields.io/badge/Compiler-3.7.4-blue)](https://github.com/AriaLyy/Aria) +[![FtpComponent](https://img.shields.io/badge/FtpComponent-3.7.4-orange)](https://github.com/AriaLyy/Aria) +[![M3U8Component](https://img.shields.io/badge/M3U8Component-3.7.4-orange)](https://github.com/AriaLyy/Aria) ```java -implementation 'com.arialyy.aria:core:3.7.3' -annotationProcessor 'com.arialyy.aria:compiler:3.7.3' -implementation 'com.arialyy.aria:ftpComponent:3.7.3' # 如果需要使用ftp,请增加该组件 -implementation 'com.arialyy.aria:m3u8Component:3.7.3' # 如果需要使用m3u8下载功能,请增加该组件 +implementation 'com.arialyy.aria:core:3.7.4' +annotationProcessor 'com.arialyy.aria:compiler:3.7.4' +implementation 'com.arialyy.aria:ftpComponent:3.7.4' # 如果需要使用ftp,请增加该组件 +implementation 'com.arialyy.aria:m3u8Component:3.7.4' # 如果需要使用m3u8下载功能,请增加该组件 ``` 如果出现android support依赖错误,请将 `compile 'com.arialyy.aria:core:'`替换为 ``` @@ -137,9 +137,10 @@ protected void onCreate(Bundle savedInstanceState) { ### 版本日志 - + v_3.7.3 - - fix bug https://github.com/AriaLyy/Aria/issues/495 - - fix bug https://github.com/AriaLyy/Aria/issues/496 + + v_3.7.4 (2019/11/2) + - 修复一个class被莫名改变的问题 + - 修复非分块模式下导致的一个下载失败问题 + - fix bug https://github.com/AriaLyy/Aria/issues/493 [更多版本记录](https://github.com/AriaLyy/Aria/blob/master/DEV_LOG.md) diff --git a/build.gradle b/build.gradle index 69b9f7bf..5bd0ce9c 100644 --- a/build.gradle +++ b/build.gradle @@ -44,8 +44,8 @@ task clean(type: Delete) { } ext { - versionCode = 373 - versionName = '3.7.3' + versionCode = 374 + versionName = '3.7.4' userOrg = 'arialyy' groupId = 'com.arialyy.aria' publishVersion = versionName