File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ You may choose how to assemble them as you like.
1818``` gradle
1919dependencies {
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
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,
2424
2525``` gradle
2626dependencies {
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
You can’t perform that action at this time.
0 commit comments