Skip to content

Commit bfeecb6

Browse files
authored
Update README.md
1 parent 9fcd9b2 commit bfeecb6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ allprojects {
5757
dependencies {
5858
//按需添加
5959
//基础库(必须)
60-
implementation "com.github.ven-coder.Assists:assists-base:v3.2.1"
60+
implementation "com.github.ven-coder.Assists:assists-base:最新版本"
6161
//屏幕录制相关(可选)
62-
implementation "com.github.ven-coder.Assists:assists-mp:v3.2.1"
62+
implementation "com.github.ven-coder.Assists:assists-mp:最新版本"
6363
//opencv相关(可选)
64-
implementation "com.github.ven-coder.Assists:assists-opcv:v3.2.1"
64+
implementation "com.github.ven-coder.Assists:assists-opcv:最新版本"
6565
6666
}
6767
```
@@ -162,6 +162,10 @@ StepManager.execute(MyStepImpl::class.java, 1, isBegin = true)
162162
StepManager.isStop = true
163163
```
164164
## 更新日志
165+
### v3.2.11
166+
更新时间:2025-03-19
167+
1. 修复手势执行一直未释放问题
168+
165169
### v3.2.1
166170
更新时间:2025-03-13
167171
1. 优化代码完善注释

0 commit comments

Comments
 (0)