From f95f2bb13cabac9e9b8b4e80ecf66c71fc9012f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 23:45:49 +0000 Subject: [PATCH] chore(deps): bump appcompat from 1.1.0 to 1.2.0 in /ApiDemos/kotlin Bumps appcompat from 1.1.0 to 1.2.0. Signed-off-by: dependabot-preview[bot] --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 3180ed15..0b73bb7a 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -50,7 +50,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation "androidx.cardview:cardview:1.0.0"