add swipe refresh layout dependency

This commit is contained in:
Ishan09811 2024-02-12 09:39:26 +05:30 committed by GitHub
parent 3c25be4c63
commit 4d202763c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,4 +53,5 @@ dependencies {
implementation("androidx.preference:preference:1.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.code.gson:gson:2.10.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
}