We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f37d7 commit 0180fbfCopy full SHA for 0180fbf
2 files changed
README.md
@@ -17,6 +17,9 @@ TraceFix instruments bytecode at compile time and injects `android.os.Trace.begi
17
18
## Remote Plugin (Recommended)
19
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
+
23
1. Set plugin version in `gradle.properties`:
24
25
```properties
README_zh.md
@@ -17,6 +17,9 @@ TraceFix 是一个编译期字节码插桩插件,会在方法前后自动插
## 远程插件用法(推荐)
+已发布版本:`io.github.gracker:TraceFix:0.1.0`
+Maven Central 仓库地址:`https://repo1.maven.org/maven2/io/github/gracker/TraceFix/0.1.0/`
1. 在 `gradle.properties` 配置版本:
0 commit comments