精简其他控件

This commit is contained in:
ZhanGSKen
2025-11-11 19:50:54 +08:00
parent 5dc87361cc
commit a34e3e1633
3 changed files with 4 additions and 9 deletions

View File

@@ -25,9 +25,4 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// 网络连接类库
api 'com.squareup.okhttp3:okhttp:4.4.1'
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
api 'com.google.code.gson:gson:2.10.1'
}