From 15bcbe569ac0e95c5a93baa71072e92c75357c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 03:01:02 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 9d5a2ba1..d5426a4c 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation project(':LogcatCrashlyticLib') implementation project(':LogcatCountlyLib') implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation "androidx.appcompat:appcompat:1.6.0" + implementation "androidx.appcompat:appcompat:1.6.1" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"