From 5440f33d5280d0e23333c8836f44a7a53966d745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:18:26 +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 c4d5679..6ea3aaf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.7.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28' implementation 'com.google.android.material:material:1.11.0' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.activity:activity:1.9.0' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'