From 38c87dbc8682d53c5267f2f3fb002b7c29768f36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 05:24:46 +0000 Subject: [PATCH] Bump appcompat from 1.0.2 to 1.1.0 Bumps appcompat from 1.0.2 to 1.1.0. Signed-off-by: dependabot-preview[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..3aa595d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -89,7 +89,7 @@ dependencies { testImplementation 'junit:junit:4.12' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'