Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
markzhai committed Feb 26, 2017
1 parent 2e16748 commit fba0501
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,11 +18,11 @@ You may choose how to assemble them as you like.
```gradle
dependencies {
// most often used way, enable notification to notify block event
compile 'com.github.markzhai:blockcanary-android:1.4.1'
compile 'com.github.markzhai:blockcanary-android:1.5.0'
// this way you only enable BlockCanary in debug package
// debugCompile 'com.github.markzhai:blockcanary-android:1.4.1'
// releaseCompile 'com.github.markzhai:blockcanary-no-op:1.4.1'
// debugCompile 'com.github.markzhai:blockcanary-android:1.5.0'
// releaseCompile 'com.github.markzhai:blockcanary-no-op:1.5.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions README_CN.md
Expand Up @@ -24,11 +24,11 @@ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,

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

Expand Down

0 comments on commit fba0501

Please sign in to comment.