更改类库引用方式。
This commit is contained in:
parent
38aee09f87
commit
3b3ddbc8c9
@ -44,8 +44,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':libappbase')
|
api project(':libappbase')
|
||||||
|
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
// SSH
|
// SSH
|
||||||
@ -61,7 +60,6 @@ dependencies {
|
|||||||
implementation 'com.github.getActivity:ToastUtils:10.5'
|
implementation 'com.github.getActivity:ToastUtils:10.5'
|
||||||
// 网络连接类库
|
// 网络连接类库
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
|
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
|
||||||
|
|
||||||
// Android 类库
|
// Android 类库
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'androidx.viewpager:viewpager:1.0.0'
|
implementation 'androidx.viewpager:viewpager:1.0.0'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 03:38:47 HKT 2025
|
#Fri Mar 07 19:53:22 GMT 2025
|
||||||
stageCount=3
|
stageCount=3
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=2.1
|
baseVersion=2.1
|
||||||
publishVersion=2.1.2
|
publishVersion=2.1.2
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=2.1.3
|
baseBetaVersion=2.1.3
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 03:38:29 HKT 2025
|
#Fri Mar 07 19:53:22 GMT 2025
|
||||||
stageCount=3
|
stageCount=3
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=2.1
|
baseVersion=2.1
|
||||||
publishVersion=2.1.2
|
publishVersion=2.1.2
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=2.1.3
|
baseBetaVersion=2.1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user