From e2e963b90c38da172ac487df22c0e44e2dd742ad Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 17 Aug 2025 19:59:09 -0400 Subject: [PATCH] Fix build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2990a460..cb0f66a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,5 +137,5 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' // Image viewer - implementation 'com.github.stfalcon-studio:StfalconImageViewer:v1.0.1' + implementation 'com.github.stfalcon-studio:StfalconImageViewer:1.0.1' }