From e2051a50e959f1f8c07dc1525a1802cd4d6841f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:15:39 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.7.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a93a3e19..b007c2e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.fragment:fragment-ktx:1.8.3" implementation "com.google.android.material:material:1.11.0" implementation "androidx.preference:preference-ktx:1.2.1"