From 6bf078c6b0e1c43081c60c958bb009bf6de8e8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=AE=E5=AD=90=E5=93=A5?= Date: Mon, 6 May 2024 11:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A1=86=E6=9E=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f187b..a4d1eca 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ GsonFactory.setParseExceptionCallback(ParseExceptionCallback callback); | 功能或细节 | [GsonFactory](https://github.com/getActivity/GsonFactory) | [Gson](https://github.com/google/gson) | [moshi](https://github.com/square/moshi) | [FastJson](https://github.com/alibaba/fastjson) | | :----: | :------: | :-----: | :-----: | :-----: | -| 对应版本 | 12.6 | 1.30.6 | 1.5.0 | 2.0.28 | +| 对应版本 | 9.6 | 1.30.6 | 1.5.0 | 2.0.28 | | 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) | | 框架体积 | 60 KB + 283 KB | 283 KB | 162 KB | 188 KB | | 框架维护状态 | 维护中 | 维护中 | 维护中 | 停止维护 |