From 4b6dd17de15f6295b82b1ef548e644d7d1da1e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:28:52 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx in /demo-kotlin Bumps androidx.core:core-ktx from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo-kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-kotlin/app/build.gradle b/demo-kotlin/app/build.gradle index e18621bc..2eb1842e 100644 --- a/demo-kotlin/app/build.gradle +++ b/demo-kotlin/app/build.gradle @@ -29,7 +29,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core-ktx:1.12.0' + implementation 'androidx.core:core-ktx:1.13.0' implementation 'com.android.support:multidex:1.0.3' implementation 'com.google.android.material:material:1.11.0' implementation 'com.android.volley:volley:1.2.1'