From c949e363de1b7e67a36976637cbf71c728d151e4 Mon Sep 17 00:00:00 2001 From: meiron03 Date: Fri, 30 Aug 2024 14:47:08 +0800 Subject: [PATCH] Fix build error Somehow one of the libraries broke, so I reverted to an older version. --- PennMobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PennMobile/build.gradle b/PennMobile/build.gradle index 3f0f1de8..50fa65a8 100644 --- a/PennMobile/build.gradle +++ b/PennMobile/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.github.ahorn:android-rss:master-SNAPSHOT' implementation 'com.github.bumptech.glide:glide:4.11.0' - implementation('com.github.searchy2:CustomAlertViewDialogue:2.6.1'){ + implementation('com.github.searchy2:CustomAlertViewDialogue:2.6.0'){ exclude group: 'com.eightbitlab', module: 'blurview' } implementation 'com.google.android.gms:play-services-location:21.0.1'