Skip to content

Commit 08ee73b

Browse files
author
80002462
committed
升级版本号
1 parent 08dfd3a commit 08ee73b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ Android 端无任何依赖,全部原生代码完成。
2121

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

2626
#### 配置外部数据库
27+
*如果无外部数据库,不要配置这个*
2728
1. classpath 添加 `classpath 'io.lecon.debugtools.plugin:debugtoolsplugin:1.0.8'`
28-
2. 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.8'`
29+
2. 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.9'`
2930
3. gradle 配置
3031
``` groovy
3132
apply plugin: 'io.lecon.debug_tools.plugin'
@@ -38,3 +39,7 @@ debug_tools {
3839
}
3940
}
4041
```
42+
43+
#### 最新版本
44+
1. plugin 'io.lecon.debugtools.plugin:debugtoolsplugin:1.0.8'`
45+
2. debug_tools `'io.lecon.debugtools:debugtools:1.0.9`

android/debug_tools/publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish {
33
userOrg = 'leconio'//bintray.com你的用户名
44
groupId = 'io.lecon.debugtools'//jcenter上的路径
55
artifactId = 'debugtools'//项目名称
6-
publishVersion = '1.0.8'//版本号
6+
publishVersion = '1.0.9'//版本号
77
desc = 'Tools help you ez code'//描述,不重要
88
website = 'https://github.com/leconio/AndroidDebugTools.git'
99
}

android/debug_tools/src/main/assets/debug-web/main.cad30d3d4a6d1a12af67.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)