初始化Aria时会将所有数据库状态为下载中的任务改为已停止,防止应用被kill后,任务状态错误, 初始化时自动判断文件是否被删除,文件被删除的任务将自动重置默认值

This commit is contained in:
laoyuyu
2018-11-24 12:13:40 +08:00
parent 605e9f9da4
commit 09e49a28de
8 changed files with 124 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ task clean(type: Delete) {
ext {
userOrg = 'arialyy'
groupId = 'com.arialyy.aria'
publishVersion = '3.5.2_dev_4'
publishVersion = '3.5.2_dev_5'
// publishVersion = '1.0.4' //FTP插件
repoName='maven'
desc = 'android 下载框架'