File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed
Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -196,21 +196,6 @@ StepManager.isStop = true
1961961 . assists-mp去掉对于opencv减少不必要的包体积
1971972 . 兼容微信8.0.51以上版本获取的节点元素被混淆问题
198198
199- ### v3.2.11
200- 更新时间:2025-03-19
201- 1 . 修复手势执行一直未释放问题
202-
203- ### v3.2.1
204- 更新时间:2025-03-13
205- 1 . 优化代码完善注释
206-
207- ### v3.2.0
208- 更新时间:2025-03-02
209- 1 . 简化无障碍服务api调用
210- 2 . 封装屏幕录制:简化权限请求(增加自动授权)、截取屏幕、截取图片类型元素
211- 3 . 封装浮窗管理:支持窗口拖动、缩放、堆叠、浮窗toast、手势拦截切换等
212- 4 . 示例增加基础无障碍服务api调用示例等
213-
214199### [ 版本历史] ( https://github.com/ven-coder/Assists/releases )
215200
216201## 功能计划
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ android {
5151
5252dependencies {
5353 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
54- implementation project(' :assists' )
55- implementation project(' :assists-mp' )
56- implementation project(' :assists-opcv' )
57- // implementation "com.github.ven-coder.Assists:assists-base:v3.2.11 "
58- // implementation "com.github.ven-coder.Assists:assists-opcv:v3.2.11 "
59- // implementation "com.github.ven-coder.Assists:assists-mp:v3.2.11 "
54+ // implementation project(':assists')
55+ // implementation project(':assists-mp')
56+ // implementation project(':assists-opcv')
57+ implementation " com.github.ven-coder.Assists:assists-base:v3.2.12 "
58+ implementation " com.github.ven-coder.Assists:assists-opcv:v3.2.12 "
59+ implementation " com.github.ven-coder.Assists:assists-mp:v3.2.12 "
6060 implementation " androidx.room:room-runtime:${ rootProject.ext.roomVersion} "
6161 implementation " androidx.room:room-ktx:${ rootProject.ext.roomVersion} "
6262 implementation " com.github.mrmike:ok2curl:${ rootProject.ext.ok2curlVersion} "
You can’t perform that action at this time.
0 commit comments