From 4bb103c7227cc2bd7df720738b8aaa1d30b730f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:14:01 +0000 Subject: [PATCH] Bump androidx.core:core from 1.10.1 to 1.15.0 Bumps androidx.core:core from 1.10.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 701f080..b8ac41e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.15.0' - implementation 'androidx.core:core:1.10.1' // Check for the latest version + implementation 'androidx.core:core:1.15.0' // Check for the latest version implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.0'