Skip to content

Commit 0180fbf

Browse files
committed
docs: add maven central 0.1.0 release link
1 parent e6f37d7 commit 0180fbf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ TraceFix instruments bytecode at compile time and injects `android.os.Trace.begi
1717

1818
## Remote Plugin (Recommended)
1919

20+
Latest published artifact: `io.github.gracker:TraceFix:0.1.0`
21+
Maven Central repository: `https://repo1.maven.org/maven2/io/github/gracker/TraceFix/0.1.0/`
22+
2023
1. Set plugin version in `gradle.properties`:
2124

2225
```properties

README_zh.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ TraceFix 是一个编译期字节码插桩插件,会在方法前后自动插
1717

1818
## 远程插件用法(推荐)
1919

20+
已发布版本:`io.github.gracker:TraceFix:0.1.0`
21+
Maven Central 仓库地址:`https://repo1.maven.org/maven2/io/github/gracker/TraceFix/0.1.0/`
22+
2023
1.`gradle.properties` 配置版本:
2124

2225
```properties

0 commit comments

Comments
 (0)