Skip to content

Commit 29b7c53

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.15.0
1 parent 19a4678 commit 29b7c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencyResolutionManagement {
2323
val ksp = "$kotlin-1.0.6"
2424
val golang = "1.0.4"
2525
val coroutine = "1.7.3"
26-
val coreKtx = "1.8.0"
26+
val coreKtx = "1.15.0"
2727
val activity = "1.5.0"
2828
val fragment = "1.5.0"
2929
val appcompat = "1.4.2"

0 commit comments

Comments
 (0)