From 8ecd442c87a5e10f787246d89e5e19db48870f1d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 31 Oct 2024 08:06:32 +0000
Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to
v1.15.0
---
core/build.gradle | 2 +-
gradle/verification-metadata.xml | 6 ++++++
sample/build.gradle | 2 +-
ui/build.gradle | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/core/build.gradle b/core/build.gradle
index c0769150..ce9cf284 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -38,7 +38,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.13.1'
+ implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 4671893d..1afd2065 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -122,6 +122,7 @@
+
@@ -716,6 +717,11 @@
+
+
+
+
+
diff --git a/sample/build.gradle b/sample/build.gradle
index 4a172922..e325343d 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -43,7 +43,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.13.1'
+ implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
diff --git a/ui/build.gradle b/ui/build.gradle
index 10dc4e26..05a53243 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -50,7 +50,7 @@ dependencies {
implementation("com.vanniktech:ui:0.10.0")
- implementation 'androidx.core:core-ktx:1.13.1'
+ implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'