diff --git a/app/build.gradle b/app/build.gradle index 3aa78bb..d9b4f22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.8.0" - implementation "androidx.fragment:fragment-ktx:1.5.2" + implementation "androidx.fragment:fragment-ktx:1.5.3" implementation "androidx.appcompat:appcompat:1.4.2" implementation "androidx.preference:preference-ktx:1.2.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4"