Skip to content

Commit 1bd81e3

Browse files
committed
升级 Demo 工程依赖的 GsonFactory 到 10.8
1 parent 444b45b commit 1bd81e3

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
@@ -85,7 +85,7 @@ dependencies {
8585
implementation 'com.github.getActivity:TitleBar:10.8'
8686

8787
// Gson 解析容错:https://github.com/getActivity/GsonFactory
88-
implementation ('com.github.getActivity:GsonFactory:10.6') {
88+
implementation ('com.github.getActivity:GsonFactory:10.8') {
8989
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
9090
}
9191
// Json 解析框架:https://github.com/google/gson

0 commit comments

Comments
 (0)