修复http上传成功后,如果服务器没有设置返回码导致上传失败的问题,

This commit is contained in:
AriaLyy
2018-02-03 12:57:55 +08:00
parent 1cfcfb90b8
commit ebddc510ca
12 changed files with 68 additions and 36 deletions

View File

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