v3.0.1
升级3.0.1,对应以下四个版本号
compile 'com.lzy.net:okgo:3.0.1'
compile 'com.lzy.net:okrx:1.0.1'
compile 'com.lzy.net:okrx2:2.0.1'
compile 'com.lzy.net:okserver:2.0.1'
- 修复所有模块最低版本minSdkVersion=14
- 修复删除下载状态为等待的任务时crash
- BodyRequest#requestBody()方法改名为upRequestBody()
- 优化getHeaderFileName() 与 getUrlFileName() 方法的逻辑,提高兼容性
- 修复okUpload上传任务进度回调异常
- 修复在Request#onStart方法中,调用 request.headers() 没有生效的问题
- 修复Debug模式中HttpLoggingInterceptor的编码问题
- 强制okserver中,对任务需要先调用register()然后再调用start()
- 优化okserver,可以上传params和string,json数据等
- 修复demo中的小bug
- 增加OkRx关于缓存使用的演示demo