File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 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` :
5555``` groovy
5656dependencies {
5757 // java
58- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1 '
58+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2 '
5959
6060 // kotlin
61- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
61+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
6262}
6363```
6464
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ allprojects {
5757``` groovy
5858dependencies {
5959 // java
60- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1 '
60+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2 '
6161
6262 // kotlin
63- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
63+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
6464}
6565```
6666
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ allprojects {
5353``` groovy
5454dependencies {
5555 // java
56- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1 '
56+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2 '
5757
5858 // kotlin
59- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
59+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
6060}
6161```
6262
Original file line number Diff line number Diff line change 88
99``` groovy
1010dependencies {
11- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1 '
11+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2 '
1212}
1313```
1414
You can’t perform that action at this time.
0 commit comments