Skip to content

Commit a48aafc

Browse files
author
Ven
committed
refactor(build): 将依赖从远程库切换到本地项目模块
- 移除远程 assists 相关库的依赖引用 - 添加本地 assists、assists-mp、assists-opcv、assists-web 和 assists-ime 模块依赖 - 注释掉 com.github.ven-coder.assists 的远程依赖配置 - 保持其他依赖项不变
1 parent e4a3020 commit a48aafc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

simple/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ android {
5252

5353
dependencies {
5454
implementation fileTree(dir: 'libs', include: ['*.jar'])
55-
// implementation project(':assists')
56-
// implementation project(':assists-mp')
57-
// implementation project(':assists-opcv')
58-
// implementation project(':assists-web')
59-
// implementation project(':assists-ime')
60-
implementation "com.github.ven-coder.assists:assists-base:v3.2.219"
61-
implementation "com.github.ven-coder.assists:assists-opcv:v3.2.219"
62-
implementation "com.github.ven-coder.assists:assists-mp:v3.2.219"
63-
implementation "com.github.ven-coder.assists:assists-web:v3.2.219"
55+
implementation project(':assists')
56+
implementation project(':assists-mp')
57+
implementation project(':assists-opcv')
58+
implementation project(':assists-web')
59+
implementation project(':assists-ime')
60+
// implementation "com.github.ven-coder.assists:assists-base:v3.2.219"
61+
// implementation "com.github.ven-coder.assists:assists-opcv:v3.2.219"
62+
// implementation "com.github.ven-coder.assists:assists-mp:v3.2.219"
63+
// implementation "com.github.ven-coder.assists:assists-web:v3.2.219"
6464
implementation "androidx.room:room-runtime:${rootProject.ext.roomVersion}"
6565
implementation "androidx.room:room-ktx:${rootProject.ext.roomVersion}"
6666
implementation "com.github.mrmike:ok2curl:${rootProject.ext.ok2curlVersion}"

0 commit comments

Comments
 (0)