From 6e58bec034c95349d89d7bd7aef63da8c46486e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:10:25 +0000 Subject: [PATCH] Bump appcompat from 1.4.1 to 1.5.1 Bumps appcompat from 1.4.1 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MPChartExample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPChartExample/build.gradle b/MPChartExample/build.gradle index c503bdd1ca..c6186b3048 100644 --- a/MPChartExample/build.gradle +++ b/MPChartExample/build.gradle @@ -22,7 +22,7 @@ android { } dependencies { - implementation "androidx.appcompat:appcompat:1.4.1" + implementation "androidx.appcompat:appcompat:1.5.1" implementation 'com.google.android.material:material:1.5.0' implementation project(':MPChartLib') }