|
1 | 1 |  |
2 | 2 | [](https://github.com/Tencent/matrix/blob/master/LICENSE) |
3 | 3 | [](https://github.com/Tencent/matrix/pulls) |
4 | | -[](https://github.com/Tencent/matrix/wiki) |
| 4 | +[](https://github.com/Tencent/matrix/wiki) |
5 | 5 | [](https://app.circleci.com/pipelines/github/Tencent/matrix) |
6 | 6 |
|
7 | 7 | (中文版本请参看[这里](#matrix_cn)) |
@@ -208,7 +208,7 @@ At this point, Matrix has been integrated into the app and is beginning to colle |
208 | 208 |
|
209 | 209 | 1. Configure `MATRIX_VERSION` in gradle.properties. |
210 | 210 | ``` gradle |
211 | | - MATRIX_VERSION=2.0.0 |
| 211 | + MATRIX_VERSION=2.0.1 |
212 | 212 | ``` |
213 | 213 |
|
214 | 214 | 2. Add `matrix-gradle-plugin` in your build.gradle: |
@@ -357,11 +357,11 @@ Then other components in Matrix could use Quikcen Backtrace to unwind stacktrace |
357 | 357 |
|
358 | 358 | #### APK Checker Usage |
359 | 359 |
|
360 | | -APK Checker can run independently in Jar ([matrix-apk-canary-2.0.0.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.0/matrix-apk-canary-2.0.0.jar)) mode, usage: |
| 360 | +APK Checker can run independently in Jar ([matrix-apk-canary-2.0.1.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.1/matrix-apk-canary-2.0.1.jar)) mode, usage: |
361 | 361 |
|
362 | 362 |
|
363 | 363 | ```shell |
364 | | -java -jar matrix-apk-canary-2.0.0.jar |
| 364 | +java -jar matrix-apk-canary-2.0.1.jar |
365 | 365 | Usages: |
366 | 366 | --config CONFIG-FILE-PATH |
367 | 367 | or |
@@ -420,7 +420,7 @@ Matrix is under the BSD license. See the [LICENSE](https://github.com/Tencent/Ma |
420 | 420 |
|
421 | 421 | # <a name="matrix_cn">Matrix</a> |
422 | 422 |  |
423 | | -[](https://github.com/Tencent/matrix/blob/master/LICENSE)[](https://github.com/Tencent/matrix/pulls) [](https://github.com/Tencent/matrix/wiki) |
| 423 | +[](https://github.com/Tencent/matrix/blob/master/LICENSE)[](https://github.com/Tencent/matrix/pulls) [](https://github.com/Tencent/matrix/wiki) |
424 | 424 |
|
425 | 425 | **Matrix** 是一款微信研发并日常使用的应用性能接入框架,支持iOS, macOS和Android。 |
426 | 426 | Matrix 通过接入各种性能监控方案,对性能监控项的异常数据进行采集和分析,输出相应的问题分析、定位与优化建议,从而帮助开发者开发出更高质量的应用。 |
@@ -608,7 +608,7 @@ Matrix-android 当前监控范围包括:应用安装包大小,帧率变化 |
608 | 608 |
|
609 | 609 | 1. 在你项目根目录下的 gradle.properties 中配置要依赖的 Matrix 版本号,如: |
610 | 610 | ``` gradle |
611 | | - MATRIX_VERSION=2.0.0 |
| 611 | + MATRIX_VERSION=2.0.1 |
612 | 612 | ``` |
613 | 613 |
|
614 | 614 | 2. 在你项目根目录下的 build.gradle 文件添加 Matrix 依赖,如: |
@@ -754,10 +754,10 @@ WeChatBacktrace.instance().configure(getApplicationContext()).commit(); |
754 | 754 |
|
755 | 755 | #### APK Checker |
756 | 756 |
|
757 | | -APK Check 以独立的 jar 包提供 ([matrix-apk-canary-2.0.0.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.0/matrix-apk-canary-2.0.0.jar)),你可以运行: |
| 757 | +APK Check 以独立的 jar 包提供 ([matrix-apk-canary-2.0.1.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.1/matrix-apk-canary-2.0.1.jar)),你可以运行: |
758 | 758 |
|
759 | 759 | ```cmd |
760 | | -java -jar matrix-apk-canary-2.0.0.jar |
| 760 | +java -jar matrix-apk-canary-2.0.1.jar |
761 | 761 | ``` |
762 | 762 |
|
763 | 763 | 查看 Usages 来使用它。 |
|
0 commit comments