From 2ed5678c8932edccd15decc591eb13dff0763c95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:04:19 +0000 Subject: [PATCH] fix(deps): update dependency androidx.appcompat:appcompat to v1.8.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 1 + lib/build.gradle | 2 +- sample/build.gradle | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 875f7bcf..e026e219 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -24,6 +24,7 @@ + diff --git a/lib/build.gradle b/lib/build.gradle index 23dcdefa..b276c020 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -134,7 +134,7 @@ detekt { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' - implementation "androidx.appcompat:appcompat:1.7.1" + implementation "androidx.appcompat:appcompat:1.8.0" implementation 'androidx.annotation:annotation:1.10.0' implementation 'androidx.core:core:1.19.0' implementation 'androidx.fragment:fragment:1.8.9' diff --git a/sample/build.gradle b/sample/build.gradle index 58d4fba8..8708cd79 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.4.10")) implementation project(path: ':lib') - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'com.squareup.retrofit2:retrofit:3.0.0'