diff --git a/build.gradle b/build.gradle index bc9bff0..1ef8bc2 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { ext.deps = [ androidPlugin : 'com.android.tools.build:gradle:7.3.0', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", - androidxAnnotations : 'androidx.annotation:annotation:1.3.0', + androidxAnnotations : 'androidx.annotation:annotation:1.9.1', androidxCore : 'androidx.core:core:1.6.0', androidxCursorAdapter: 'androidx.cursoradapter:cursoradapter:1.0.0', androidxExifInterface: 'androidx.exifinterface:exifinterface:1.3.3',