From 9821aeff480bf9135a80d9c5f706d4be50822a66 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 15 Nov 2024 06:31:22 +0000
Subject: [PATCH] fix(deps): update dependency androidx.core:core to v1.15.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 7 +++++++
lib/build.gradle | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index aa6531f2..8f4aa98d 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -105,6 +105,7 @@
+
@@ -148,6 +149,7 @@
+
@@ -387,6 +389,11 @@
+
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index b71ab58c..9652948b 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -119,7 +119,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.annotation:annotation:1.9.1'
- implementation 'androidx.core:core:1.13.1'
+ implementation 'androidx.core:core:1.15.0'
implementation 'androidx.fragment:fragment:1.8.5'
implementation 'com.google.android.material:material:1.12.0'