File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
39
39
40
40
dependencies {
41
41
// Gson 解析容错:https://github.com/getActivity/GsonFactory
42
- implementation 'com.github.getActivity:GsonFactory:9.6 '
42
+ implementation 'com.github.getActivity:GsonFactory:10.0 '
43
43
// Json 解析框架:https://github.com/google/gson
44
44
implementation 'com.google.code.gson:gson:2.13.0'
45
45
// Kotlin 反射库:用于反射 Kotlin data class 类对象,1.5.10 请修改成当前项目 Kotlin 的版本号
@@ -101,7 +101,7 @@ GsonFactory.setParseExceptionCallback(ParseExceptionCallback callback);
101
101
102
102
| 功能或细节 | [ GsonFactory] ( https://github.com/getActivity/GsonFactory ) | [ Gson] ( https://github.com/google/gson ) | [ moshi] ( https://github.com/square/moshi ) | [ FastJson] ( https://github.com/alibaba/fastjson ) |
103
103
| :----: | :------: | :-----: | :-----: | :-----: |
104
- | 对应版本 | 9.6 | 1.30.6 | 1.5.0 | 2.0.28 |
104
+ | 对应版本 | 10.0 | 1.30.6 | 1.5.0 | 2.0.28 |
105
105
| issues 数 | [ ![ ] ( https://img.shields.io/github/issues/getActivity/GsonFactory.svg )] ( https://github.com/getActivity/GsonFactory/issues ) | [ ![ ] ( https://img.shields.io/github/issues/google/gson.svg )] ( https://github.com/google/gson/issues ) | [ ![ ] ( https://img.shields.io/github/issues/square/moshi.svg )] ( https://github.com/square/moshi/issues ) | [ ![ ] ( https://img.shields.io/github/issues/alibaba/fastjson.svg )] ( https://github.com/alibaba/fastjson/issues ) |
106
106
| 框架体积 | 60 KB + 283 KB | 283 KB | 162 KB | 188 KB |
107
107
| 框架维护状态 | 维护中 | 维护中 | 维护中 | 停止维护 |
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
minSdk 12
9
9
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
10
10
targetSdk 31
11
- versionCode 960
12
- versionName " 9.6 "
11
+ versionCode 1000
12
+ versionName " 10.0 "
13
13
}
14
14
15
15
// 支持 Java JDK 8
You can’t perform that action at this time.
0 commit comments