diff --git a/core/build.gradle b/core/build.gradle
index ab56f108..80ab8ee4 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -43,7 +43,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.18.0'
+ implementation 'androidx.core:core-ktx:1.19.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'com.google.android.material:material:1.14.0'
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 4e5ef6ab..667e1a3e 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -376,6 +376,11 @@
+
+
+
+
+
@@ -3440,6 +3445,11 @@
+
+
+
+
+
diff --git a/sample/build.gradle b/sample/build.gradle
index e6501918..dd9bcd26 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -39,7 +39,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.18.0'
+ implementation 'androidx.core:core-ktx:1.19.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'com.google.android.material:material:1.14.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
diff --git a/ui/build.gradle b/ui/build.gradle
index 52a7e6aa..79a3d469 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -54,7 +54,7 @@ dependencies {
implementation("com.vanniktech:ui:0.10.0")
- implementation 'androidx.core:core-ktx:1.18.0'
+ implementation 'androidx.core:core-ktx:1.19.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'