From b3a503aa71c4d4e531f0f9e86db9bbb29d603709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:51:03 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.17.0 --- sampleapp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sampleapp/build.gradle.kts b/sampleapp/build.gradle.kts index 2f06095..87380a5 100644 --- a/sampleapp/build.gradle.kts +++ b/sampleapp/build.gradle.kts @@ -51,7 +51,7 @@ android { dependencies { implementation(project(":kotlin-sdk")) - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3") implementation("androidx.activity:activity-compose:1.10.1") implementation(platform("androidx.compose:compose-bom:2025.09.00"))