Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Aug 21, 2018
1 parent 15f6d66 commit 94b1911
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MNCrashMonitor 监听程序崩溃日志,直接页面展示崩溃日志列表,调
#### 2.在app目录下的build.gradle中添加依赖
``` gradle
dependencies {
      compile 'com.github.maning0303:MNCrashMonitor:V1.0.8'
      compile 'com.github.maning0303:MNCrashMonitor:V1.0.9'
}
```

Expand Down Expand Up @@ -189,6 +189,10 @@ MNCrashMonitor 监听程序崩溃日志,直接页面展示崩溃日志列表,调
```

### 版本记录:
V1.0.9:
1.修复7.0 FileUriExposedException 分享功能报错问题
2.文件权限适配6.0之下版本
3.gradle3.0升级,implementation替换compile,防止依赖冲突

V1.0.8:
1.优化文件命名,添加错误类型
Expand Down

0 comments on commit 94b1911

Please sign in to comment.