diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ffdcc90e7..6bec2c26f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version = "2.1. [libraries] junit = { group = "junit", name = "junit", version = "4.13.2" } -androidxAnnotation = { group = "androidx.annotation", name = "annotation", version = "1.9.1" } +androidxAnnotation = { group = "androidx.annotation", name = "annotation", version = "1.10.0" } proguard = { group = "com.guardsquare", name = "proguard-gradle", version = "7.5.0" } # this allows us to develop against a fixed version of Gradle, as opposed to depending on the # locally available version. kotlin-gradle-plugin follows the same approach.