From 4cd9fc94b5802402dfc915a7bebe031b910da8ff Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 May 2024 10:33:57 +0000
Subject: [PATCH] fix(deps): update dependency androidx.fragment:fragment to
v1.7.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 14 ++++++++++++++
lib/build.gradle | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 7abee3e8..260391fc 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -123,6 +123,7 @@
+
@@ -506,6 +507,11 @@
+
+
+
+
+
@@ -660,6 +666,14 @@
+
+
+
+
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index d1025d05..bea094cf 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -119,7 +119,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.6.1"
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.core:core:1.13.1'
- implementation 'androidx.fragment:fragment:1.6.2'
+ implementation 'androidx.fragment:fragment:1.7.1'
implementation 'com.google.android.material:material:1.12.0'