From f85928c4c7b83ab4fa0736d8003cd2b938bccff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:41:29 +0900 Subject: [PATCH] Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 (#63) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b696b45..cd1fa78 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ leakcanaryAndroid = "2.14" nexus-publish = "2.0.0" android-minSdk = "24" android-compileSdk = "34" -coreKtx = "1.13.1" +coreKtx = "1.15.0" fragmentKtx = "1.8.5" junit = "4.13.2" junitVersion = "1.2.1"