Skip to content

Commit 09885cf

Browse files
committed
update README.md
1 parent e1dbf2f commit 09885cf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ English | [中文](https://github.com/TangXiaoLv/Android-Router/blob/master/READ
55

66
|lib|androidrouter|androidrouter-compiler|androidrouter-annotations|
77
|---|---|---|---|
8-
|Latest Version|2.0.7|1.0.1|1.0.0|
8+
|Latest Version|2.0.8|1.0.1|1.0.0|
99

1010
High-performance, flexible, easy-to-use lightweight Android component-based framework, Used to solve the interdependence of complex projects, A single module is conducive to independent development and maintenance.
1111

1212
Update Log
1313
---
1414
```
15+
2.0.8: Optimize
1516
2.0.7: Feature: add runtime class case in the getValue.
1617
2.0.6: Fix empty list pares exception.
1718
2.0.5: Fix ANR issue when 'getValue' used but return are void type.

README_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
|Lib|androidrouter|androidrouter-compiler|androidrouter-annotations|
77
|:---:|:---|:---|:---|
8-
|最新版本|2.0.7|1.0.1|1.0.0|
8+
|最新版本|2.0.8|1.0.1|1.0.0|
99

1010
高性能,灵活,简单易用的轻量级Android组件化协议框架,用来解决复杂工程的互相依赖,解耦出的单个模块有利于独立开发和维护。
1111

1212
Update Log
1313
---
1414
```
15+
2.0.8: 入参优化
1516
2.0.7: 特性:新增getValue中Runtime类型转化
1617
2.0.6: 修复空list解析异常
1718
2.0.5: 修复使用getValue拿返回值当返回值是void类型时引发的ANR异常。

0 commit comments

Comments
 (0)