Skip to content

Commit 16f4648

Browse files
committed
升级 Gson 版本到 2.13.2
1 parent 154939a commit 16f4648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ dependencies {
199199
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
200200
}
201201
// Json 解析框架:https://github.com/google/gson
202-
implementation ('com.google.code.gson:gson:2.13.1') {
202+
implementation ('com.google.code.gson:gson:2.13.2') {
203203
exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
204204
}
205205
// Kotlin 反射库:用于反射 Kotlin data class 类对象

0 commit comments

Comments
 (0)