Skip to content

Commit ed6dea3

Browse files
Update README.md
1 parent ff86e54 commit ed6dea3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ android {
4242
4343
dependencies {
4444
// The following are optional, please add as needed
45-
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-ktx:1.2.2'
46-
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-nonreflection-ktx:1.2.2'
47-
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-base:1.2.2'
48-
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-brvah:1.2.2'
45+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-ktx:1.2.3'
46+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-nonreflection-ktx:1.2.3'
47+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-base:1.2.3'
48+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-brvah:1.2.3'
4949
}
5050
```
5151

@@ -73,6 +73,11 @@ dependencies {
7373

7474
[Releases](https://github.com/DylanCaiCoding/ViewBindingKTX/releases)
7575

76+
## Author's other libraries
77+
78+
- [LoadingHelper](https://github.com/DylanCaiCoding/LoadingHelper), a highly expandable Android library for decoupling the code of toolbar or loading status view.
79+
- [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher), perfect replacement for `startActivityForResult()`
80+
7681
## Thanks
7782

7883
Thanks [ViewBindingPropertyDelegate](https://github.com/kirich1409/ViewBindingPropertyDelegate) for providing an idea without reflection

0 commit comments

Comments
 (0)