Skip to content

Commit edb858f

Browse files
committed
build(simple): 更新 Assists依赖版本至 v3.2.12
- 将项目依赖的 Assists 版本从 v3.2.11 升级到 v3.2.12 - 同时注释掉了本地项目依赖,改为使用远程仓库依赖 - 移除了 README.md 中的 v3.2.11 及之前版本的更新日志
1 parent 6cf7ae7 commit edb858f

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -196,21 +196,6 @@ StepManager.isStop = true
196196
1. assists-mp去掉对于opencv减少不必要的包体积
197197
2. 兼容微信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
## 功能计划

simple/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ android {
5151

5252
dependencies {
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}"

0 commit comments

Comments
 (0)