精简代码

This commit is contained in:
ZhanGSKen
2025-06-05 17:00:28 +08:00
parent 476ce02fc8
commit 7e2ad0c01d
6 changed files with 6 additions and 61 deletions

View File

@@ -24,8 +24,7 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// 网络连接类库
api 'com.squareup.okhttp3:okhttp:4.4.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
// 添加Gson依赖
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
api 'com.google.code.gson:gson:2.10.1'
}