File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ Add dependencies in your module `build.gradle` :
55
55
``` groovy
56
56
dependencies {
57
57
// java
58
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1 '
58
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2 '
59
59
60
60
// kotlin
61
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
61
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
62
62
}
63
63
```
64
64
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ allprojects {
57
57
``` groovy
58
58
dependencies {
59
59
// java
60
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1 '
60
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2 '
61
61
62
62
// kotlin
63
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
63
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
64
64
}
65
65
```
66
66
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ allprojects {
53
53
``` groovy
54
54
dependencies {
55
55
// java
56
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1 '
56
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2 '
57
57
58
58
// kotlin
59
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
59
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
60
60
}
61
61
```
62
62
Original file line number Diff line number Diff line change 8
8
9
9
``` groovy
10
10
dependencies {
11
- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
11
+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
12
12
}
13
13
```
14
14
You can’t perform that action at this time.
0 commit comments