We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fb7c9 commit eeb9603Copy full SHA for eeb9603
1 file changed
app/build.gradle
@@ -85,11 +85,11 @@ dependencies {
85
implementation 'com.github.getActivity:TitleBar:10.8'
86
87
// Gson 解析容错:https://github.com/getActivity/GsonFactory
88
- implementation ('com.github.getActivity:GsonFactory:10.5') {
+ implementation ('com.github.getActivity:GsonFactory:10.6') {
89
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
90
}
91
// Json 解析框架:https://github.com/google/gson
92
- implementation ('com.google.code.gson:gson:2.13.2')
+ implementation ('com.google.code.gson:gson:2.14.0')
93
// Kotlin 反射库:用于反射 Kotlin data class 类对象
94
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.2.21'
95
0 commit comments