From ad2e5a9ccefaeb33f0d601cf8fab5dad2d1bfe91 Mon Sep 17 00:00:00 2001
From: AriaLyy <511455842@qq.com>
Date: Thu, 23 Feb 2017 15:02:34 +0800
Subject: [PATCH] readme
---
.idea/misc.xml | 2 +-
.idea/modules.xml | 4 ++--
.idea/vcs.xml | 6 ------
.../com/arialyy/aria/util/BufferedRandomAccessFile.java | 2 +-
README.md | 3 ++-
5 files changed, 6 insertions(+), 11 deletions(-)
delete mode 100644 .idea/vcs.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
index fbb68289..5d199810 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -37,7 +37,7 @@
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index b0a774eb..d68bc4ee 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,8 +2,8 @@
-
-
+
+
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1ddf..00000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Aria/src/main/java/com/arialyy/aria/util/BufferedRandomAccessFile.java b/Aria/src/main/java/com/arialyy/aria/util/BufferedRandomAccessFile.java
index 167dbdf7..a0f36785 100644
--- a/Aria/src/main/java/com/arialyy/aria/util/BufferedRandomAccessFile.java
+++ b/Aria/src/main/java/com/arialyy/aria/util/BufferedRandomAccessFile.java
@@ -33,7 +33,7 @@ import java.util.Arrays;
* functioning of the RandomAccessFile
methods that are not
* overridden here relies on the implementation of those methods in the
* superclass.
- * Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
+ * Author : Avinash Lakshman ( alakshman@facebook.com) Prashant Malik ( pmalik@facebook.com )
*/
public final class BufferedRandomAccessFile extends RandomAccessFile {
diff --git a/README.md b/README.md
index ddc19c92..fbff9751 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Aria,致力于让下载傻瓜化
## 下载
[](https://bintray.com/arialyy/maven/Aria/_latestVersion)
```java
-compile 'com.arialyy.aria:Aria:2.4.0'
+compile 'com.arialyy.aria:Aria:2.4.1'
```
## 示例
@@ -134,6 +134,7 @@ Aria支持https下载,如果你希望使用自己的ca证书,那么你需要
***
## 开发日志
+ + v_2.4.1 修复下载慢的问题,修复application、service 不能使用的问题
+ v_2.4.0 支持https链接下载
+ v_2.3.8 修复数据错乱的bug、添加fragment支持
+ v_2.3.6 添加dialog、popupWindow支持