更改类库引用方式

This commit is contained in:
ZhanGSKen
2025-03-08 03:36:43 +08:00
parent b31e55d8ca
commit 4f57678012
4 changed files with 7 additions and 6 deletions

View File

@@ -45,7 +45,8 @@ android {
dependencies {
implementation project(':libappbase')
implementation fileTree(dir: 'libs', include: ['*.jar'])
api fileTree(dir: 'libs', include: ['*.jar'])
// SSH
implementation 'com.jcraft:jsch:0.1.55'