Skip to content

Commit eeb9603

Browse files
committed
升级 Demo 工程依赖的 Gson 到 2.14.0
升级 Demo 工程依赖的 GsonFactory 到 10.6
1 parent 05fb7c9 commit eeb9603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ dependencies {
8585
implementation 'com.github.getActivity:TitleBar:10.8'
8686

8787
// Gson 解析容错:https://github.com/getActivity/GsonFactory
88-
implementation ('com.github.getActivity:GsonFactory:10.5') {
88+
implementation ('com.github.getActivity:GsonFactory:10.6') {
8989
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
9090
}
9191
// Json 解析框架:https://github.com/google/gson
92-
implementation ('com.google.code.gson:gson:2.13.2')
92+
implementation ('com.google.code.gson:gson:2.14.0')
9393
// Kotlin 反射库:用于反射 Kotlin data class 类对象
9494
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.2.21'
9595

0 commit comments

Comments
 (0)