Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LJYcoder authored May 15, 2018
1 parent 6386d00 commit 706316c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DevRing
[![label1](https://img.shields.io/badge/Version-1.0.6-blue.svg)](https://github.com/LJYcoder/DevRing)
[![label1](https://img.shields.io/badge/Version-1.0.7-blue.svg)](https://github.com/LJYcoder/DevRing)
[![label2](https://img.shields.io/badge/License-Apache%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![label3](https://img.shields.io/badge/API-14%2B-yellow.svg)](https://github.com/LJYcoder/DevRing)
[![label4](https://img.shields.io/badge/Blog-%E7%AE%80%E4%B9%A6-orange.svg)](https://www.jianshu.com/u/2ebe42698573)
Expand All @@ -18,7 +18,7 @@ Demo采用**MVP**+**Dagger2**进行开发,对以上提及的框架不熟悉的
### 1.添加依赖
在项目module下的gradle中添加以下依赖:
```
compile 'com.ljy.ring:devring:1.0.6'
compile 'com.ljy.ring:devring:1.0.7'
```

### 2.初始化、配置、构建
Expand Down Expand Up @@ -135,7 +135,6 @@ api ('com.ljy.ring:devring:x.x.x'){
<br>
![screen3](screenshot/screen3.gif)&nbsp;&nbsp;&nbsp;![screen4](screenshot/screen4.gif)

[demo apk下载](https://github.com/LJYcoder/DevRing/blob/master/screenshot/DevRingDemo.apk)
<br>
<br>

Expand Down Expand Up @@ -168,15 +167,17 @@ api ('com.ljy.ring:devring:x.x.x'){
<br>

## 版本信息
- v1.0.7 (2018/5/15)
- 优化部分工具类
- 加入安卓7.0 File适配
- 调整http访问异常处理

- v1.0.6 (2018/4/20)
- 调整对glide,eventbus,greendao的依赖方式(从compileOnly调整为api)

- v1.0.5 (2018/4/1)
- 修复网络配置获取Builder为null的bug

- v1.0.4 (2018/3/30)
- 移除ButterKnife依赖
- 优化注释


更多版本信息点[这里](https://github.com/LJYcoder/DevRing/blob/master/VERSION.md)查看
Expand Down

0 comments on commit 706316c

Please sign in to comment.