Skip to content

Commit db361bc

Browse files
authored
Update README.md
1 parent 419b864 commit db361bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ Android 端无任何依赖,全部原生代码完成。
2121

2222
#### 集成
2323
`Android Debug工具`完全无代码侵入性,意味着你只需添加依赖,无需编写任何代码即可以体验基础功能。
24-
- 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.5'`
24+
- 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.8'`
2525

2626
#### 配置外部数据库
27+
1. classpath 添加 `classpath 'io.lecon.debugtools.plugin:debugtoolsplugin:1.0.8'`
28+
2. 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.8'`
29+
3. gradle 配置
2730
``` groovy
31+
apply plugin: 'io.lecon.debug_tools.plugin'
2832
debug_tools {
2933
database {
3034
[数据库名] {
3135
path '[路径]'
36+
password '"[密码]"'
3237
}
3338
}
3439
}

0 commit comments

Comments
 (0)