From b3d0762a551e50f73cf57697974defe1e1415df1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 19:10:39 +0000 Subject: [PATCH] chore(deps): update appcompat_version 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 f689a197..a5d21384 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -145,7 +145,7 @@ androidComponents { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - def appcompat_version = '1.6.1' + def appcompat_version = '1.7.0' implementation "androidx.appcompat:appcompat:$appcompat_version" // For loading and tinting drawables on older versions of the platform implementation "androidx.appcompat:appcompat-resources:$appcompat_version"