From f373ee56d475e12d13362274fdff653d5c207e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jun 2021 18:48:35 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.3.0 Bumps appcompat from 1.1.0 to 1.3.0. Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 468dde6b..d7c9b2fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'jp.wasabeef:recyclerview-animators:3.0.0' implementation 'com.anjlab.android.iab.v3:library:1.1.0' implementation 'com.jakewharton:butterknife:7.0.1' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' annotationProcessor 'com.jakewharton:butterknife:7.0.1' // implementation 'com.nbsp:library:1.09'