|  |  |  | @ -11,6 +11,7 @@ Aria有以下特点: | 
			
		
	
		
			
				
					|  |  |  |  |    - 支持HTTP任务组\FTP文件夹,断点续传下载 | 
			
		
	
		
			
				
					|  |  |  |  |    - 支持HTTP表单上传 | 
			
		
	
		
			
				
					|  |  |  |  |    - 支持文件FTP断点续传上传 | 
			
		
	
		
			
				
					|  |  |  |  |    - 支持FTPS/SFTP断点续传,[see](https://aria.laoyuyu.me/aria_doc/download/ftps.html) | 
			
		
	
		
			
				
					|  |  |  |  |  + 支持https地址下载 | 
			
		
	
		
			
				
					|  |  |  |  |    - 在配置文件中很容易就可以设置CA证书的信息 | 
			
		
	
		
			
				
					|  |  |  |  |  + 支持[多线程分块下载](https://aria.laoyuyu.me/aria_doc/start/config.html),能更有效的发挥机器IO性能 | 
			
		
	
	
		
			
				
					|  |  |  | @ -31,8 +32,8 @@ Aria有以下特点: | 
			
		
	
		
			
				
					|  |  |  |  | [](https://bintray.com/arialyy/maven/AriaApi/_latestVersion) | 
			
		
	
		
			
				
					|  |  |  |  | [](https://bintray.com/arialyy/maven/AriaCompiler/_latestVersion) | 
			
		
	
		
			
				
					|  |  |  |  | ```java | 
			
		
	
		
			
				
					|  |  |  |  | compile 'com.arialyy.aria:aria-core:3.4.7' | 
			
		
	
		
			
				
					|  |  |  |  | annotationProcessor 'com.arialyy.aria:aria-compiler:3.4.7' | 
			
		
	
		
			
				
					|  |  |  |  | compile 'com.arialyy.aria:aria-core:3.4.8' | 
			
		
	
		
			
				
					|  |  |  |  | annotationProcessor 'com.arialyy.aria:aria-compiler:3.4.8' | 
			
		
	
		
			
				
					|  |  |  |  | ``` | 
			
		
	
		
			
				
					|  |  |  |  | 如果出现android support,请将 `compile 'com.arialyy.aria:aria-core:<last-version>'`替换为 | 
			
		
	
		
			
				
					|  |  |  |  | ``` | 
			
		
	
	
		
			
				
					|  |  |  | @ -100,8 +101,12 @@ protected void onCreate(Bundle savedInstanceState) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | ### 版本日志 | 
			
		
	
		
			
				
					|  |  |  |  |   + v_3.4.7 | 
			
		
	
		
			
				
					|  |  |  |  |     - 修复分块任务异常操作导致的问题 | 
			
		
	
		
			
				
					|  |  |  |  |   + v_3.4.8 | 
			
		
	
		
			
				
					|  |  |  |  |     - 组合任务新增`updateUrls(List<String>)`用于修改组合子任务的url,[see](https://aria.laoyuyu.me/aria_doc/api/update_url.html) | 
			
		
	
		
			
				
					|  |  |  |  |     - 出于安全考虑,FTP数据库去掉密码的保存 | 
			
		
	
		
			
				
					|  |  |  |  |     - 增加FTPS支持 [see](https://aria.laoyuyu.me/aria_doc/download/ftps.html) | 
			
		
	
		
			
				
					|  |  |  |  |     - 增加速度限制支持[see](https://aria.laoyuyu.me/aria_doc/api/speed_handle.html) | 
			
		
	
		
			
				
					|  |  |  |  |     - 增加内存空间不足验证 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | [更多版本记录](https://github.com/AriaLyy/Aria/blob/master/DEV_LOG.md) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |