We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419b864 commit db361bcCopy full SHA for db361bc
README.md
@@ -21,14 +21,19 @@ Android 端无任何依赖,全部原生代码完成。
21
22
#### 集成
23
`Android Debug工具`完全无代码侵入性,意味着你只需添加依赖,无需编写任何代码即可以体验基础功能。
24
-- 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.5'`
+- 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.8'`
25
26
#### 配置外部数据库
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 配置
30
``` groovy
31
+apply plugin: 'io.lecon.debug_tools.plugin'
32
debug_tools {
33
database {
34
[数据库名] {
35
path '[路径]'
36
+ password '"[密码]"'
37
}
38
39
0 commit comments