Skip to content

Commit 19b0aec

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.17.0
1 parent c1284aa commit 19b0aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sampleapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151

5252
dependencies {
5353
implementation(project(":kotlin-sdk"))
54-
implementation("androidx.core:core-ktx:1.16.0")
54+
implementation("androidx.core:core-ktx:1.17.0")
5555
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.0")
5656
implementation("androidx.activity:activity-compose:1.10.1")
5757
implementation(platform("androidx.compose:compose-bom:2025.05.00"))

0 commit comments

Comments
 (0)