更新类库

This commit is contained in:
ZhanGSKen
2025-02-04 09:00:34 +08:00
parent c90d8549b4
commit 7f8ee8d6de
5 changed files with 9 additions and 24 deletions

View File

@@ -26,8 +26,6 @@ android {
}
dependencies {
//api 'cc.winboll.studio:winboll-shared:1.6.5'
api 'io.github.medyo:android-about-page:2.0.0'
api 'com.github.getActivity:ToastUtils:10.5'
api 'com.jcraft:jsch:0.1.55'
@@ -41,8 +39,8 @@ dependencies {
// https://github.com/baoyongzhang/android-PullRefreshLayout
api 'com.baoyz.pullrefreshlayout:library:1.2.0'
api 'cc.winboll.studio:libapputils:9.2.17'
api 'cc.winboll.studio:libappbase:1.1.2'
api 'cc.winboll.studio:libapputils:9.3.0'
api 'cc.winboll.studio:libappbase:1.1.3'
api fileTree(dir: 'libs', include: ['*.jar'])
}