Browse Source

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

pull/3762/head
renovate[bot] 2 days ago committed by GitHub
parent
commit
bf4a87da20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      gradle/libs.versions.toml

2
gradle/libs.versions.toml

@ -81,7 +81,7 @@ ksp_plugin = { module = "com.google.devtools.ksp:symbol-processing-api", version @@ -81,7 +81,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.9.0"
androidx_annotationjvm = "androidx.annotation:annotation-jvm:1.9.1"
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"

Loading…
Cancel
Save