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 {
3939
4040dependencies {
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| 框架维护状态 | 维护中 | 维护中 | 维护中 | 停止维护 |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments