Skip to content

Commit 03e9fff

Browse files
authored
Merge pull request #142 from nuhkoca/renovate/versions.android_annotation
Update dependency androidx.annotation:annotation to v1.9.1
2 parents 72971e2 + 6e16c26 commit 03e9fff

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.3"
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)