From 38efcb11c4b248ef2809d9e4e27f2ba436743793 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Fri, 5 Dec 2025 20:56:25 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 4ed42ae0d..474de918d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,6 +97,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.room:room-runtime:2.8.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' + implementation 'androidx.viewpager2:viewpager2:1.1.0' implementation 'cat.ereza:customactivityoncrash:2.4.0' implementation 'com.airbnb.android:lottie:6.7.1' implementation 'com.github.bassaer:materialdesigncolors:1.0.0'