移除网络类库依赖,相应减少冗余功能。

This commit is contained in:
2026-05-16 02:58:13 +08:00
parent d3bc40fb12
commit f6a70519ab
8 changed files with 5 additions and 1198 deletions

View File

@@ -26,11 +26,4 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// JSch for SFTP
api 'com.jcraft:jsch:0.1.55'
// Gson for JSON
api 'com.google.code.gson:gson:2.8.9'
// OkHttp for HTTP
api 'com.squareup.okhttp3:okhttp:3.12.13'
}