修复同一时间调用多个start导致的任务重复问题 https://github.com/AriaLyy/Aria/issues/130

This commit is contained in:
AriaLyy
2017-10-09 21:42:58 +08:00
parent 2d64c50ed0
commit e68da0719c
12 changed files with 90 additions and 48 deletions

View File

@@ -37,8 +37,8 @@ task clean(type: Delete) {
ext {
userOrg = 'arialyy'
groupId = 'com.arialyy.aria'
publishVersion = '3.3.3_dev'
// publishVersion = '1.0.1' //FTP插件
// publishVersion = '3.3.3_dev_3'
publishVersion = '1.0.3' //FTP插件
repoName='maven'
desc = 'android 下载框架'
website = 'https://github.com/AriaLyy/Aria'