Skip to content

Commit 76aca14

Browse files
Update dependency androidx.activity:activity-ktx to v1.10.0
1 parent 4b0c3e2 commit 76aca14

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.9.3"
5+
const val activity_ktx = "1.10.0"
66
const val core_ktx = "1.15.0"
77
const val android_annotation = "1.9.1"
88
const val kotlin = "2.1.0"

0 commit comments

Comments
 (0)