更改类库引用方式。
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user