Skip to content

Commit dbfea61

Browse files
authored
Merge pull request #649 from Tencent/feature/dev
Update README
2 parents de2b25c + 3ebc24e commit dbfea61

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.0-red.svg)](https://github.com/Tencent/matrix/wiki)
4+
[![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-2.0.1-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))
@@ -208,7 +208,7 @@ At this point, Matrix has been integrated into the app and is beginning to colle
208208

209209
1. Configure `MATRIX_VERSION` in gradle.properties.
210210
``` gradle
211-
MATRIX_VERSION=2.0.0
211+
MATRIX_VERSION=2.0.1
212212
```
213213

214214
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
357357

358358
#### APK Checker Usage
359359

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:
361361

362362

363363
```shell
364-
java -jar matrix-apk-canary-2.0.0.jar
364+
java -jar matrix-apk-canary-2.0.1.jar
365365
Usages:
366366
--config CONFIG-FILE-PATH
367367
or
@@ -420,7 +420,7 @@ Matrix is under the BSD license. See the [LICENSE](https://github.com/Tencent/Ma
420420
421421
# <a name="matrix_cn">Matrix</a>
422422
![Matrix-icon](assets/img/readme/header.png)
423-
[![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.0-red.svg)](https://github.com/Tencent/matrix/wiki)
423+
[![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.1-red.svg)](https://github.com/Tencent/matrix/wiki)
424424
425425
**Matrix** 是一款微信研发并日常使用的应用性能接入框架,支持iOS, macOS和Android。
426426
Matrix 通过接入各种性能监控方案,对性能监控项的异常数据进行采集和分析,输出相应的问题分析、定位与优化建议,从而帮助开发者开发出更高质量的应用。
@@ -608,7 +608,7 @@ Matrix-android 当前监控范围包括:应用安装包大小,帧率变化
608608

609609
1. 在你项目根目录下的 gradle.properties 中配置要依赖的 Matrix 版本号,如:
610610
``` gradle
611-
MATRIX_VERSION=2.0.0
611+
MATRIX_VERSION=2.0.1
612612
```
613613

614614
2. 在你项目根目录下的 build.gradle 文件添加 Matrix 依赖,如:
@@ -754,10 +754,10 @@ WeChatBacktrace.instance().configure(getApplicationContext()).commit();
754754
755755
#### APK Checker
756756
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)),你可以运行:
758758
759759
```cmd
760-
java -jar matrix-apk-canary-2.0.0.jar
760+
java -jar matrix-apk-canary-2.0.1.jar
761761
```
762762
763763
查看 Usages 来使用它。

0 commit comments

Comments
 (0)