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.1 .0'
58+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:5.0 .0'
5959
6060 // kotlin
61- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.1 .0'
61+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:5.0 .0'
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.1 .0'
60+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:5.0 .0'
6161
6262 // kotlin
63- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.1 .0'
63+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:5.0 .0'
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.1 .0'
56+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:5.0 .0'
5757
5858 // kotlin
59- implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.1 .0'
59+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:5.0 .0'
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.1 .0'
11+ implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:5.0 .0'
1212}
1313```
1414
You can’t perform that action at this time.
0 commit comments