Fixed - File loading bugs, optimized refresh using DiffUtil more efficiently

This commit is contained in:
Binondi
2025-06-07 19:50:25 +05:30
parent f2e206f208
commit 3af3f81f3c
2 changed files with 3 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ dependencies {
implementation(libs.androidx.viewpager)
implementation(libs.zoomage)
implementation(libs.lottie)
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-beta01")
implementation(libs.androidx.swiperefreshlayout)
// Room dependencies
implementation(libs.androidx.room.runtime)