From f843398824bd8557378cb6635a5f7b4d6b49a952 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 02:26:49 +0000 Subject: [PATCH] build(deps): bump appcompat from 1.1.0 to 1.2.0 Bumps appcompat from 1.1.0 to 1.2.0. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d8270b0..ce28786 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation "androidx.palette:palette:1.0.0" implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.7.2' implementation 'com.google.android.material:material:1.1.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' // maybe we should use https://github.com/skydoves/ExpandableLayout instead