From c2e033b5abc292fb35caec1de096e40817ce8e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 13:48:25 +0000 Subject: [PATCH] Bump appcompat from 1.2.0 to 1.3.0 in /10-bitClockWidget (#55) --- 10-bitClockWidget/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-bitClockWidget/app/build.gradle b/10-bitClockWidget/app/build.gradle index 3454479..8597b25 100644 --- a/10-bitClockWidget/app/build.gradle +++ b/10-bitClockWidget/app/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.preference:preference:1.1.1' implementation('com.github.GrenderG:Color-O-Matic:1.1.5') { exclude group: 'com.android.support'