From 18a05da67b5e7879b6c5b93fac2d4d347b2b964d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:33:52 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.10.1 to 1.12.0 Bumps androidx.core:core-ktx from 1.10.1 to 1.12.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- androidApp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 75c2c27..87ad2a0 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -71,7 +71,7 @@ android { dependencies { implementation(project(":shared")) - implementation("androidx.core:core-ktx:1.10.1") + implementation("androidx.core:core-ktx:1.12.0") implementation("com.google.android.gms:play-services-ads-lite:22.3.0") val composeVersion = captureVersion(implementation("androidx.compose.ui:ui:1.4.3")!!) implementation("androidx.compose.material:material:$composeVersion")