初始化类库纯净环境,预备使用OpenCode工具按需添加类库。

This commit is contained in:
2026-05-16 01:55:54 +08:00
parent f8917e198a
commit a56d068092
2 changed files with 1 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#Created by .winboll/winboll_app_build.gradle
#Tue May 12 09:17:15 HKT 2026
#Fri May 15 17:54:26 GMT 2026
stageCount=10
libraryProject=libappbase
baseVersion=15.20

View File

@@ -25,14 +25,5 @@ android {
}
dependencies {
// 网络连接类库
api 'com.squareup.okhttp3:okhttp:4.4.1'
// Gson
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'])
}