From 200b6329c664c7a37f56f3dab60b476bcfd97409 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 2 Oct 2024 05:04:56 +0000
Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0

Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 sample/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample/build.gradle b/sample/build.gradle
index 181db31..b9622a8 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -29,7 +29,7 @@ android {
 dependencies {
     implementation project(':ChangeLogLib')
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
-    implementation "androidx.appcompat:appcompat:1.6.1"
+    implementation "androidx.appcompat:appcompat:1.7.0"
     implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
 }