From 4aa864a33f44668aac77d69aa50e3c5368265ccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 11:58:10 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.6.1 --- app/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a5752c7..ebe5f35 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.fragment:fragment-ktx:1.4.1' implementation 'androidx.fragment:fragment:1.4.1' diff --git a/library/build.gradle b/library/build.gradle index e82556a..b12e911 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { androidTestImplementation('androidx.fragment:fragment-testing:1.4.1') { exclude group: 'androidx.test', module: 'monitor' } - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.6.1' } project.afterEvaluate {