更改类库引用方式,更新类库。

This commit is contained in:
ZhanGSKen
2025-03-08 03:42:12 +08:00
parent 973a0ff94f
commit 291080aa15
4 changed files with 8 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ android {
dependencies {
implementation project(':libapputils')
implementation fileTree(dir: 'libs', include: ['*.jar'])
api fileTree(dir: 'libs', include: ['*.jar'])
// SSH
implementation 'com.jcraft:jsch:0.1.55'
@@ -75,5 +75,5 @@ dependencies {
implementation 'androidx.fragment:fragment:1.1.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'cc.winboll.studio:libappbase:2.1.1'
implementation 'cc.winboll.studio:libappbase:2.1.2'
}