From cd036bf7859f0b00ca89cf655fcd062c5bd58f43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 06:42:42 +0000 Subject: [PATCH] Bump appcompat-v7 from 26.0.0 to 28.0.0 Bumps appcompat-v7 from 26.0.0 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 776b193..45a322d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.18" - implementation 'com.android.support:appcompat-v7:26.0.0' + implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support:design:26.0.0' implementation 'io.reactivex.rxjava2:rxjava:2.1.3'