From d2fdb2807b099f3f776429899667025137ef1795 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 02:28:10 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.3.1 Bumps appcompat from 1.1.0 to 1.3.1. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b4c280d..cef114d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.3.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' diff --git a/build.gradle b/build.gradle index 9800151..dfc685e 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ allprojects { } ext { - appcompat_version = '1.1.0' + appcompat_version = '1.3.1' lifecycle_version = '2.2.0-rc01' core_ktx_version = '1.2.0-beta01' material_version = '1.1.0-beta01'