Update dependency androidx.annotation:annotation-jvm to v1.9.0

This commit is contained in:
renovate[bot]
2024-10-16 20:13:17 +00:00
committed by GitHub
parent f1391a1e9e
commit ec7fd288b1

View File

@@ -80,7 +80,7 @@ ksp_plugin = { module = "com.google.devtools.ksp:symbol-processing-api", version
# AndroidX
androidx_core = { module = "androidx.core:core", version.ref = "core" }
androidx_corektx = { module = "androidx.core:core-ktx", version.ref = "core" }
androidx_annotationjvm = "androidx.annotation:annotation-jvm:1.8.2"
androidx_annotationjvm = "androidx.annotation:annotation-jvm:1.9.0"
androidx_datastore_preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
androidx_datastore_datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
androidx_exifinterface = "androidx.exifinterface:exifinterface:1.3.7"