Skip to content

Commit d425d50

Browse files
committed
build: 更新 Assists 依赖版本
- 将 Assists 依赖版本从 v3.2.14 升级到 v3.2.15 - 优化了 build.gradle 文件中的依赖注释
1 parent b38ad97 commit d425d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simple/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ dependencies {
5454
implementation project(':assists')
5555
implementation project(':assists-mp')
5656
implementation project(':assists-opcv')
57-
// implementation "com.github.ven-coder.Assists:assists-base:v3.2.14"
58-
// implementation "com.github.ven-coder.Assists:assists-opcv:v3.2.14"
59-
// implementation "com.github.ven-coder.Assists:assists-mp:v3.2.14"
57+
// implementation "com.github.ven-coder.Assists:assists-base:v3.2.15"
58+
// implementation "com.github.ven-coder.Assists:assists-opcv:v3.2.15"
59+
// implementation "com.github.ven-coder.Assists:assists-mp:v3.2.15"
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)