From 7292ccc13075cac51d13608a53dfc0361da204f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:43:42 +0000 Subject: [PATCH] fix(deps): 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 b000859..7deb4fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'com.google.android.material:material:1.9.0'