Skip to content

Commit 6e16c26

Browse files
Update dependency androidx.annotation:annotation to v1.9.1
1 parent 61bb7e6 commit 6e16c26

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
@@ -4,7 +4,7 @@ object Versions {
44
// Kotlin
55
const val activity_ktx = "1.9.2"
66
const val core_ktx = "1.13.1"
7-
const val android_annotation = "1.8.0"
7+
const val android_annotation = "1.9.1"
88
const val kotlin = "2.1.0"
99

1010
// UI

0 commit comments

Comments
 (0)