Skip to content

Commit cee0292

Browse files
committed
修改框架版本号为 10.0
1 parent 91d57aa commit cee0292

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
4040
dependencies {
4141
// Gson 解析容错:https://github.com/getActivity/GsonFactory
42-
implementation 'com.github.getActivity:GsonFactory:9.6'
42+
implementation 'com.github.getActivity:GsonFactory:10.0'
4343
// Json 解析框架:https://github.com/google/gson
4444
implementation 'com.google.code.gson:gson:2.13.0'
4545
// Kotlin 反射库:用于反射 Kotlin data class 类对象,1.5.10 请修改成当前项目 Kotlin 的版本号
@@ -101,7 +101,7 @@ GsonFactory.setParseExceptionCallback(ParseExceptionCallback callback);
101101

102102
| 功能或细节 | [GsonFactory](https://github.com/getActivity/GsonFactory) | [Gson](https://github.com/google/gson) | [moshi](https://github.com/square/moshi) | [FastJson](https://github.com/alibaba/fastjson) |
103103
| :----: | :------: | :-----: | :-----: | :-----: |
104-
| 对应版本 | 9.6 | 1.30.6 | 1.5.0 | 2.0.28 |
104+
| 对应版本 | 10.0 | 1.30.6 | 1.5.0 | 2.0.28 |
105105
| 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) |
106106
| 框架体积 | 60 KB + 283 KB | 283 KB | 162 KB | 188 KB |
107107
| 框架维护状态 | 维护中 | 维护中 | 维护中 | 停止维护 |

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdk 12
99
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
1010
targetSdk 31
11-
versionCode 960
12-
versionName "9.6"
11+
versionCode 1000
12+
versionName "10.0"
1313
}
1414

1515
// 支持 Java JDK 8

0 commit comments

Comments
 (0)