Skip to content

Commit c7c07b1

Browse files
authored
Merge pull request #710 from Tencent/feature/dev
Update README.md
2 parents 400615e + e5f99e4 commit c7c07b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Matrix-icon](assets/img/readme/header.png)
22
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)
33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls)
4-
[![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-2.0.2-red.svg)](https://github.com/Tencent/matrix/wiki)
4+
[![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-2.0.5-red.svg)](https://github.com/Tencent/matrix/wiki)
55
[![CircleCI](https://circleci.com/gh/Tencent/matrix.svg?style=shield)](https://app.circleci.com/pipelines/github/Tencent/matrix)
66

77
(中文版本请参看[这里](#matrix_cn))
@@ -220,7 +220,7 @@ At this point, Matrix has been integrated into the app and is beginning to colle
220220

221221
1. Configure `MATRIX_VERSION` in gradle.properties.
222222
``` gradle
223-
MATRIX_VERSION=2.0.2
223+
MATRIX_VERSION=2.0.5
224224
```
225225

226226
2. Add `matrix-gradle-plugin` in your build.gradle:
@@ -369,11 +369,11 @@ Then other components in Matrix could use Quikcen Backtrace to unwind stacktrace
369369

370370
#### APK Checker Usage
371371

372-
APK Checker can run independently in Jar ([matrix-apk-canary-2.0.2.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.2/matrix-apk-canary-2.0.2.jar)) mode, usage:
372+
APK Checker can run independently in Jar ([matrix-apk-canary-2.0.5.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.5/matrix-apk-canary-2.0.5.jar)) mode, usage:
373373

374374

375375
```shell
376-
java -jar matrix-apk-canary-2.0.2.jar
376+
java -jar matrix-apk-canary-2.0.5.jar
377377
Usages:
378378
--config CONFIG-FILE-PATH
379379
or
@@ -432,7 +432,7 @@ Matrix is under the BSD license. See the [LICENSE](https://github.com/Tencent/Ma
432432
433433
# <a name="matrix_cn">Matrix</a>
434434
![Matrix-icon](assets/img/readme/header.png)
435-
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls) [![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-2.0.2-red.svg)](https://github.com/Tencent/matrix/wiki)
435+
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls) [![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-2.0.5-red.svg)](https://github.com/Tencent/matrix/wiki)
436436
437437
**Matrix** 是一款微信研发并日常使用的应用性能接入框架,支持iOS, macOS和Android。
438438
Matrix 通过接入各种性能监控方案,对性能监控项的异常数据进行采集和分析,输出相应的问题分析、定位与优化建议,从而帮助开发者开发出更高质量的应用。
@@ -636,7 +636,7 @@ Matrix-android 当前监控范围包括:应用安装包大小,帧率变化
636636

637637
1. 在你项目根目录下的 gradle.properties 中配置要依赖的 Matrix 版本号,如:
638638
``` gradle
639-
MATRIX_VERSION=2.0.2
639+
MATRIX_VERSION=2.0.5
640640
```
641641

642642
2. 在你项目根目录下的 build.gradle 文件添加 Matrix 依赖,如:
@@ -782,10 +782,10 @@ WeChatBacktrace.instance().configure(getApplicationContext()).commit();
782782
783783
#### APK Checker
784784
785-
APK Check 以独立的 jar 包提供 ([matrix-apk-canary-2.0.2.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.2/matrix-apk-canary-2.0.2.jar)),你可以运行:
785+
APK Check 以独立的 jar 包提供 ([matrix-apk-canary-2.0.5.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.5/matrix-apk-canary-2.0.5.jar)),你可以运行:
786786
787787
```cmd
788-
java -jar matrix-apk-canary-2.0.2.jar
788+
java -jar matrix-apk-canary-2.0.5.jar
789789
```
790790
791791
查看 Usages 来使用它。

0 commit comments

Comments
 (0)