Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglikun7342 committed May 4, 2019
1 parent 95e2146 commit a5672f2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions Doc/android-ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## 1.1.6

1. 日志查看功能优化,更好的显示体验
2. 沙盒浏览支持修改sharedprefs文件
3. 反馈问题修复,包括文件删除后列表无刷新等
4. 稳定性优化

## 1.1.5

1. 沙盒浏览支持视频格式,支持文件删除
Expand Down
4 changes: 2 additions & 2 deletions Doc/android_cn_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
```
dependencies {
...
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.1.5'
releaseImplementation 'com.didichuxing.doraemonkit:doraemonkit-no-op:1.1.5'
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.1.6'
releaseImplementation 'com.didichuxing.doraemonkit:doraemonkit-no-op:1.1.6'
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions Doc/android_en_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
```
dependencies {
...
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.1.5'
releaseImplementation 'com.didichuxing.doraemonkit:doraemonkit-no-op:1.1.5'
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.1.6'
releaseImplementation 'com.didichuxing.doraemonkit:doraemonkit-no-op:1.1.6'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://javer.oss-cn-shanghai.aliyuncs.com/doraemon/github/DoraemonKit_github.png" width = "150" height = "150" alt="DoraemonKit" align=left />
<img src="https://img.shields.io/github/license/didi/DoraemonKit.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.1.5-blue.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.1.6-blue.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.1.7-yellow.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://javer.oss-cn-shanghai.aliyuncs.com/doraemon/github/DoraemonKit_github.png" width = "150" height = "150" alt="DoraemonKit" align=left />
<img src="https://img.shields.io/github/license/didi/DoraemonKit.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.1.5-blue.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.1.6-blue.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.1.7-yellow.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>
Expand Down

0 comments on commit a5672f2

Please sign in to comment.