Skip to content

Commit fba0501

Browse files
committed
update README
1 parent 2e16748 commit fba0501

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ You may choose how to assemble them as you like.
1818
```gradle
1919
dependencies {
2020
// most often used way, enable notification to notify block event
21-
compile 'com.github.markzhai:blockcanary-android:1.4.1'
21+
compile 'com.github.markzhai:blockcanary-android:1.5.0'
2222
2323
// this way you only enable BlockCanary in debug package
24-
// debugCompile 'com.github.markzhai:blockcanary-android:1.4.1'
25-
// releaseCompile 'com.github.markzhai:blockcanary-no-op:1.4.1'
24+
// debugCompile 'com.github.markzhai:blockcanary-android:1.5.0'
25+
// releaseCompile 'com.github.markzhai:blockcanary-no-op:1.5.0'
2626
}
2727
```
2828

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,
2424

2525
```gradle
2626
dependencies {
27-
compile 'com.github.markzhai:blockcanary-android:1.4.1'
27+
compile 'com.github.markzhai:blockcanary-android:1.5.0'
2828
2929
// 仅在debug包启用BlockCanary进行卡顿监控和提示的话,可以这么用
30-
debugCompile 'com.github.markzhai:blockcanary-android:1.4.1'
31-
releaseCompile 'com.github.markzhai:blockcanary-no-op:1.4.1'
30+
debugCompile 'com.github.markzhai:blockcanary-android:1.5.0'
31+
releaseCompile 'com.github.markzhai:blockcanary-no-op:1.5.0'
3232
}
3333
```
3434

0 commit comments

Comments
 (0)