Skip to content

Commit e1ec78f

Browse files
Update dependency androidx.activity:activity-ktx to v1.12.0 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 984fc81 commit e1ec78f

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
@@ -2,7 +2,7 @@ package dependencies
22

33
object Versions {
44
// Kotlin
5-
const val activity_ktx = "1.11.0"
5+
const val activity_ktx = "1.12.0"
66
const val core_ktx = "1.17.0"
77
const val android_annotation = "1.9.1"
88
const val kotlin = "2.2.21"

0 commit comments

Comments
 (0)