Update dependency androidx.annotation:annotation to v1.9.1

This commit is contained in:
renovate[bot] 2024-10-30 20:32:46 +00:00 committed by GitHub
parent 5a391676d0
commit a612aa7edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ sqldelight = { id = "com.squareup.sqldelight", version.ref = "sqldelight" }
[libraries] [libraries]
android-desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version = "1.1.5" } android-desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version = "1.1.5" }
androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.6.0" } androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.9.1" }
compose-coil = { group = "io.coil-kt", name = "coil-compose", version = "2.3.0" } compose-coil = { group = "io.coil-kt", name = "coil-compose", version = "2.3.0" }
accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version = "0.30.1" } accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version = "0.30.1" }