Skip to content

Commit 9b5dca1

Browse files
Update dependency androidx.core:core-ktx to v1.17.0 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21b9857 commit 9b5dca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dependencies
33
object Versions {
44
// Kotlin
55
const val activity_ktx = "1.10.1"
6-
const val core_ktx = "1.15.0"
6+
const val core_ktx = "1.17.0"
77
const val android_annotation = "1.9.1"
88
const val kotlin = "2.2.10"
99

0 commit comments

Comments
 (0)