Update AndroidX SwipeRefreshLayout to 1.1.0
This commit is contained in:
parent
4aa5eab751
commit
8e7fe76e49
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ dependencies {
|
|||
implementation "androidx.constraintlayout:constraintlayout:${versions.androidxConstraintLayout}"
|
||||
implementation "androidx.cardview:cardview:${versions.androidxCardView}"
|
||||
implementation "androidx.localbroadcastmanager:localbroadcastmanager:${versions.androidxLocalBroadcastManager}"
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
||||
implementation "com.google.android.material:material:${versions.materialComponents}"
|
||||
implementation "de.cketti.library.changelog:ckchangelog:1.2.1"
|
||||
implementation "com.github.bumptech.glide:glide:3.6.1"
|
||||
|
|
Loading…
Reference in a new issue