Skip to content

Commit 1d4476d

Browse files
2 parents 95cab36 + 7bec38d commit 1d4476d

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

README.md

Lines changed: 10 additions & 6 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.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'
45+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-ktx:1.2.4'
46+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-nonreflection-ktx:1.2.4'
47+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-base:1.2.4'
48+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-brvah:1.2.4'
4949
}
5050
```
5151

@@ -75,8 +75,12 @@ dependencies {
7575

7676
## Author's other libraries
7777

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()`
78+
| Library | Description |
79+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
80+
| [Longan](https://github.com/DylanCaiCoding/Longan) | A collection of Kotlin utils which makes Android application development faster and easier. |
81+
| [LoadingStateView](https://github.com/DylanCaiCoding/LoadingStateView) | Decoupling the code of toolbar or loading status view. |
82+
| [MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX) | Easier to use the MMKV. |
83+
| [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher) | Replace startActivityForResult() method gracefully. |
8084

8185
## Thanks
8286

README_CN.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ android {
4343
4444
dependencies {
4545
// 以下都是可选,请根据需要进行添加
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'
46+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-ktx:1.2.4'
47+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-nonreflection-ktx:1.2.4'
48+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-base:1.2.4'
49+
implementation 'com.github.DylanCaiCoding.ViewBindingKTX:viewbinding-brvah:1.2.4'
5050
}
5151
```
5252

@@ -76,8 +76,12 @@ dependencies {
7676

7777
## 作者其它的库
7878

79-
- [LoadingHelper](https://github.com/DylanCaiCoding/LoadingHelper) —— 深度解耦标题栏或加载中、加载失败、无数据等视图
80-
- [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher) —— 完美替代 `startActivityForResult()`
79+
|| 简介 |
80+
| ------------------------------------------------------------ | ---------------------------------------------- |
81+
| [Longan](https://github.com/DylanCaiCoding/Longan) | 简化 Android 开发的 Kotlin 工具类集合 |
82+
| [LoadingStateView](https://github.com/DylanCaiCoding/LoadingStateView) | 深度解耦标题栏或加载中、加载失败、无数据等视图 |
83+
| [MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX) | 让 MMKV 更加易用 |
84+
| [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher) | 优雅地替代 `startActivityForResult()` |
8185

8286
## 相关文章
8387

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.5.21'
2+
ext.kotlinVersion = '1.5.31'
33
ext.buildConfig = [
44
'versionCode' : 1,
55
'versionName' : "1.0.0",

0 commit comments

Comments
 (0)