From 4a10b0835edfd76dbab1dd8248c271c26d8082bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:06:21 +0000 Subject: [PATCH] fix(deps): update dependency androidx.appcompat:appcompat to v1.7.1 --- core/build.gradle | 2 +- gradle/verification-metadata.xml | 1 + sample/build.gradle | 2 +- ui/build.gradle | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 0df49288..a237acb3 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -39,7 +39,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.16.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 11ce9535..8e03838e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -60,6 +60,7 @@ + diff --git a/sample/build.gradle b/sample/build.gradle index f9c9dab3..6cefc5b3 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -44,7 +44,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.16.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.0' diff --git a/ui/build.gradle b/ui/build.gradle index 74b5c3b2..ca0bdc6c 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation("com.vanniktech:ui:0.10.0") implementation 'androidx.core:core-ktx:1.16.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'