From 4d202763c8f274b6950e734fb826553191e5460e Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:39:26 +0530 Subject: [PATCH] add swipe refresh layout dependency --- src/pandroid/app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pandroid/app/build.gradle.kts b/src/pandroid/app/build.gradle.kts index 201d5db1..57970751 100644 --- a/src/pandroid/app/build.gradle.kts +++ b/src/pandroid/app/build.gradle.kts @@ -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") }