From bde4f09e849441a792fed79c9153c35c7c362cbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 20:53:38 +0530 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.10.0 (#532) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index b0ee28ce..0ee6c276 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -26,7 +26,7 @@ kotlin { val androidMain by getting { dependencies { api("androidx.appcompat:appcompat:1.6.1") - api("androidx.core:core-ktx:1.9.0") + api("androidx.core:core-ktx:1.10.0") } } val androidTest by getting {