Replace legacy support library only with swipe refresh layout library

This commit is contained in:
Niko Diamadis
2022-10-22 19:14:47 +02:00
committed by Jannis Mattheis
parent ca31e74265
commit 35069f7a6e

View File

@@ -63,7 +63,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.preference:preference:1.2.0'