From cbb10a08672a556a74aa1193b228dc71903c62d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:35:33 +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 e4e92582..41e76016 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.13.0" implementation "androidx.fragment:fragment-ktx:1.6.2" - implementation "androidx.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"