From 62add84800f753ac116bbb430fcac1679d8f9414 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 04:52:54 +0000 Subject: [PATCH] Bump appcompat-v7 from 26.0.2 to 28.0.0 Bumps appcompat-v7 from 26.0.2 to 28.0.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 27d3a65..d7383c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" - implementation 'com.android.support:appcompat-v7:26.0.2' + implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:recyclerview-v7:26.0.2' implementation 'com.android.support:cardview-v7:26.0.2' implementation 'com.android.support:design:26.0.2'