更改类库引用方式。

This commit is contained in:
ZhanGSKen
2025-03-08 03:54:03 +08:00
parent 38aee09f87
commit 3b3ddbc8c9
3 changed files with 5 additions and 7 deletions

View File

@@ -44,8 +44,7 @@ android {
}
dependencies {
implementation project(':libappbase')
api project(':libappbase')
api fileTree(dir: 'libs', include: ['*.jar'])
// SSH
@@ -61,7 +60,6 @@ dependencies {
implementation 'com.github.getActivity:ToastUtils:10.5'
// 网络连接类库
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
// Android 类库
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.viewpager:viewpager:1.0.0'