From 76da1428ae530385ac895214fea9dc967f6de478 Mon Sep 17 00:00:00 2001 From: "xiang.xue" Date: Wed, 6 Mar 2019 11:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=EF=BC=8C=E5=8F=91=E5=B8=831.0.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0f1849..f7cbd2e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ * 支持byte、short、int、long、byte\[\]、short\[\]、int\[\]、long\[\]、String等常用基础类型,支持类型的拓展 +* 支持BCD编码格式。 + * 支持大端和小端两种存储方式,支持设置全局默认存储方式和局部存储方式。 * 支持short、int、long读取长度的自定义。 @@ -56,8 +58,8 @@ allprojects { ``` dependencies { ... - implementation 'com.github.xuexiangjys.XTCP:xtcp_runtime:1.0.1' - annotationProcessor 'com.github.xuexiangjys.XTCP:xtcp_compiler:1.0.1' + implementation 'com.github.xuexiangjys.XTCP:xtcp_runtime:1.0.2' + annotationProcessor 'com.github.xuexiangjys.XTCP:xtcp_compiler:1.0.2' } ``` @@ -322,7 +324,7 @@ LargeString | String | 65535 ![](https://github.com/xuexiangjys/XPage/blob/master/img/qq_group.jpg) -[xtcpsvg]: https://img.shields.io/badge/XTCP-v1.0.1-brightgreen.svg +[xtcpsvg]: https://img.shields.io/badge/XTCP-v1.0.2-brightgreen.svg [xtcp]: https://github.com/xuexiangjys/XTCP [apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg [api]: https://android-arsenal.com/api?level=14