diff --git a/build.gradle b/build.gradle index bc9bff0..c3e868e 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { 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', - androidxCore : 'androidx.core:core:1.6.0', + androidxCore : 'androidx.core:core:1.17.0', androidxCursorAdapter: 'androidx.cursoradapter:cursoradapter:1.0.0', androidxExifInterface: 'androidx.exifinterface:exifinterface:1.3.3', androidxFragment : 'androidx.fragment:fragment:1.4.0',