We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233724d commit de5c63fCopy full SHA for de5c63f
README.md
@@ -53,6 +53,8 @@ v0.8.0 版本,对代码结构及部分实现机制进行了大量调整,变
53
1. 将```chat``` application module 拆分为两部分:```uikit``` library module 和 ```chat``` application module。```uikit```可以library的方式导入项目,里面包含了大量可重用的UI。
54
2. 移除```LayoutRes```、```SendLayoutRes```、```ReceiveLayoutRes```等注解,并更新```MessageViewHolder```等的实现机制
55
56
+v0.9.9 版本,移除了[ButterKnife](https://github.com/JakeWharton/butterknife),可以使用[RemoveButterKnfie](https://github.com/ccccmmmz/RemoveButterKnife)结合手动进行移除。
57
+
58
## 特别注意
59
1. ```com.android.tools.build:gradle:3.5.0``` 可能存在bug,会导致音视频crash,请勿使用此版本
60
0 commit comments