From 5551240519a395cbdef67de673330f188d9497a0 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Mon, 30 May 2022 13:56:43 +0530 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 29a6be8c7..14dc195e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ static def getDate() { dependencies { implementation project(':appthemehelper') implementation "androidx.gridlayout:gridlayout:1.0.0" - implementation "androidx.cardview:cardview:1.0.0" + implementation "androidx.appcompat:appcompat:$appcompat_version" implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' @@ -165,7 +165,7 @@ dependencies { implementation 'com.heinrichreimersoftware:material-intro:2.0.0' implementation 'com.github.dhaval2404:imagepicker:2.1' implementation 'me.zhanghai.android.fastscroll:library:1.1.8' - implementation 'cat.ereza:customactivityoncrash:2.3.0' + implementation 'cat.ereza:customactivityoncrash:2.4.0' implementation 'me.tankery.lib:circularSeekBar:1.4.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' } \ No newline at end of file