Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
Somehow one of the libraries broke, so I reverted to an older version.
  • Loading branch information
meiron03 committed Aug 30, 2024
1 parent e63a006 commit c949e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PennMobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c949e36

Please sign in to comment.