diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index d30eac62..019929b9 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -130,6 +130,7 @@
+
@@ -193,6 +194,11 @@
+
+
+
+
+
@@ -227,6 +233,11 @@
+
+
+
+
+
@@ -523,6 +534,14 @@
+
+
+
+
+
+
+
+
@@ -531,6 +550,14 @@
+
+
+
+
+
+
+
+
@@ -539,6 +566,14 @@
+
+
+
+
+
+
+
+
@@ -596,6 +631,11 @@
+
+
+
+
+
@@ -668,6 +708,11 @@
+
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index 39030b81..f8a90989 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -116,7 +116,7 @@ detekt {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
- implementation "androidx.appcompat:appcompat:1.6.1"
+ implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.annotation:annotation:1.8.0'
implementation 'androidx.core:core:1.13.1'
implementation 'androidx.fragment:fragment:1.8.0'
diff --git a/sample/build.gradle b/sample/build.gradle
index 2e3dc316..00e07d29 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -40,7 +40,7 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.24"))
implementation project(path: ':lib')
- implementation 'androidx.appcompat:appcompat:1.6.1'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.squareup.retrofit2:retrofit:2.11.0'