From 5afd2b3118d5996b352e2c08f59d83a3958063ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:02:38 +0000 Subject: [PATCH] fix(deps): update dependency com.github.thellmund.android-week-view:core to v5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 07296d8c2..1526d203d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -166,7 +166,7 @@ dependencies { implementation 'com.github.mtotschnig:StickyListHeaders:2.8.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0' - implementation 'com.github.thellmund.Android-Week-View:core:4.1.6' + implementation 'com.github.thellmund.Android-Week-View:core:5.3.2' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'com.github.PhilJay:MPAndroidChart:3.1.0' implementation 'com.makeramen:roundedimageview:2.3.0'