Skip to content

Commit b6a4ead

Browse files
Merge branch 'master' of github.com:DylanCaiCoding/ViewBindingKTX
2 parents 2c0ae23 + 7813871 commit b6a4ead

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ See the [usage documentation](https://dylancaicoding.github.io/ViewBindingKTX) f
135135
| [Longan](https://github.com/DylanCaiCoding/Longan) | A collection of Kotlin utils |
136136
| [LoadingStateView](https://github.com/DylanCaiCoding/LoadingStateView) | Decoupling the code of toolbar or loading status view. |
137137
| [MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX) | Use MMKV with property delegates. |
138+
| [Tracker](https://github.com/DylanCaiCoding/Tracker) | A lightweight tracking framework based on the tracking idea of Buzzvideo.|
138139

139140
## Thanks
140141

README_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ class FooAdapter : BaseQuickAdapter<Foo, BaseViewHolder>(R.layout.item_foo) {
135135
| ------------------------------------------------------------ | ---------------------------------------------- |
136136
| [Longan](https://github.com/DylanCaiCoding/Longan) | 可能是最好用的 Kotlin 工具库 |
137137
| [LoadingStateView](https://github.com/DylanCaiCoding/LoadingStateView) | 深度解耦标题栏或加载中、加载失败、无数据等视图 |
138-
| [MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX) | 用属性委托的方式使用 MMKV |
138+
| [MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX) | 用属性委托的方式使用 MMKV |
139+
| [Tracker](https://github.com/DylanCaiCoding/Tracker) | 基于西瓜视频的责任链埋点思路实现的轻量级埋点框架 |
139140

140141
## 相关文章
141142

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
window.$docsify = {
1515
name: 'ViewBindingKTX',
1616
repo: 'https://github.com/DylanCaiCoding/ViewBindingKTX',
17+
themeColor: '#1E88E5',
1718
loadSidebar: true,
1819
subMaxLevel: 3,
1920
loadNavbar: true,

0 commit comments

Comments
 (0)