From 5af09cf9fd6a61f69e497dc4b5a0c846c80e274f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:16:38 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.19.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0fd2100..0c22a99 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation deps.androidxAnnotations implementation deps.androidxCore //noinspection GradleDependency - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.5.1' implementation deps.material