File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ android {
43
43
44
44
dependencies {
45
45
// 以下都是可选,请根据需要进行添加
46
- implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-ktx:1.2.2 '
47
- implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-nonreflection-ktx:1.2.2 '
48
- implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-base:1.2.2 '
49
- implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-brvah:1.2.2 '
46
+ implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-ktx:1.2.3 '
47
+ implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-nonreflection-ktx:1.2.3 '
48
+ implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-base:1.2.3 '
49
+ implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-brvah:1.2.3 '
50
50
}
51
51
```
52
52
@@ -74,6 +74,11 @@ dependencies {
74
74
75
75
[ Releases] ( https://github.com/DylanCaiCoding/ViewBindingKTX/releases )
76
76
77
+ ## 作者其它的库
78
+
79
+ - [ LoadingHelper] ( https://github.com/DylanCaiCoding/LoadingHelper ) —— 深度解耦标题栏或加载中、加载失败、无数据等视图
80
+ - [ ActivityResultLauncher] ( https://github.com/DylanCaiCoding/ActivityResultLauncher ) —— 完美替代 ` startActivityForResult() `
81
+
77
82
## 相关文章
78
83
79
84
讲解本库的封装思路
You can’t perform that action at this time.
0 commit comments