添加主窗口设计模型

This commit is contained in:
ZhanGSKen
2025-09-29 13:50:48 +08:00
parent efe0a0f136
commit 5c05eb62ff
11 changed files with 288 additions and 47 deletions

View File

@@ -47,6 +47,9 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'com.google.code.gson:gson:2.10.1'
// 下拉控件
api 'com.baoyz.pullrefreshlayout:library:1.2.0'
// SSH
api 'com.jcraft:jsch:0.1.55'
@@ -69,7 +72,7 @@ dependencies {
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
//api 'androidx.fragment:fragment:1.1.0'
api 'cc.winboll.studio:libaes:15.10.1'
api 'cc.winboll.studio:libaes:15.10.2'
api 'cc.winboll.studio:libapputils:15.10.2'
api 'cc.winboll.studio:libappbase:15.10.9'
}