Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Sep 19, 2019
1 parent 49bb56e commit 945bec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MNCrashMonitor 监听程序崩溃日志,直接页面展示崩溃日志列表,调

![](https://github.com/maning0303/CrashMonitor/raw/master/screenshots/crash_001.jpg)
![](https://github.com/maning0303/CrashMonitor/raw/master/screenshots/crash_002.png)
![](https://github.com/maning0303/CrashMonitor/raw/master/screenshots/crash_003.png)
![](https://github.com/maning0303/CrashMonitor/raw/master/screenshots/crash_004.png)
![](https://github.com/maning0303/CrashMonitor/raw/master/screenshots/crash_005.png)

Expand All @@ -28,10 +27,10 @@ MNCrashMonitor 监听程序崩溃日志,直接页面展示崩溃日志列表,调
``` gradle
dependencies {
(support 包版本随意)
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
      compile 'com.github.maning0303:MNCrashMonitor:V1.1.1'
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
      implementation 'com.github.maning0303:MNCrashMonitor:V1.1.1'
}
```

Expand Down
Binary file removed screenshots/crash_003.png
Binary file not shown.

0 comments on commit 945bec9

Please sign in to comment.