Skip to content

Commit

Permalink
修改使用说明,发布1.0.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiang.xue committed Mar 6, 2019
1 parent 7222c4c commit 76da142
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

* 支持byte、short、int、long、byte\[\]、short\[\]、int\[\]、long\[\]、String等常用基础类型,支持类型的拓展

* 支持BCD编码格式。

* 支持大端和小端两种存储方式,支持设置全局默认存储方式和局部存储方式。

* 支持short、int、long读取长度的自定义。
Expand Down Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -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

0 comments on commit 76da142

Please sign in to comment.