From 93b8f78306a3a56606626404c8ebde0f970f0b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:45:22 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 in /android-app Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index 009f1c0..7a66c5e 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation project(":apdu-command") - 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'