diff --git a/app/build.gradle b/app/build.gradle index 86b2c2515..39f5a576 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,6 +71,6 @@ dependencies { //Preference implementation "androidx.preference:preference-ktx:1.2.0" implementation "androidx.work:work-runtime-ktx:2.8.1" - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } \ No newline at end of file