正在调试FTP应用备份功能。

This commit is contained in:
2026-01-30 21:38:04 +08:00
parent e21bb9058d
commit 9d97d6ed94
11 changed files with 1051 additions and 11 deletions

View File

@@ -27,5 +27,8 @@ dependencies {
api 'com.google.code.gson:gson:2.8.9'
// Html 解析
api 'org.jsoup:jsoup:1.13.1'
// 添加JSch依赖SFTP核心com.jcraft:jsch:0.1.54
api 'com.jcraft:jsch:0.1.54'
api fileTree(dir: 'libs', include: ['*.jar'])
}