Skip to content

Commit

Permalink
Merge pull request #89 from nuhkoca/renovate/versions.android_annotation
Browse files Browse the repository at this point in the history
Update dependency androidx.annotation:annotation to v1.7.1
  • Loading branch information
nuhkoca committed Jan 5, 2024
2 parents 2d24641 + 95b9abc commit 3e8424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
// Kotlin
const val activity_ktx = "1.7.2"
const val core_ktx = "1.12.0"
const val android_annotation = "1.6.0"
const val android_annotation = "1.7.1"
const val kotlin = "1.6.10"

// UI
Expand Down

0 comments on commit 3e8424b

Please sign in to comment.