更新类库,窗口管理模块置闲。

This commit is contained in:
ZhanGSKen
2025-03-20 01:22:05 +08:00
parent dc1b138dd7
commit fe943fef85
14 changed files with 352 additions and 347 deletions

View File

@@ -21,7 +21,6 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'cc.winboll.studio:libappbase:15.0.5'
// 二维码类库
implementation 'com.google.zxing:core:3.4.1'
@@ -35,4 +34,9 @@ dependencies {
// SSH
//implementation 'com.jcraft:jsch:0.1.55'
// 应用介绍页类库
//implementation 'io.github.medyo:android-about-page:2.0.0'
implementation 'cc.winboll.studio:libappbase:15.0.5'
}