diff --git a/app/build.gradle b/app/build.gradle index cd5f82f..6fb1964 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.7.0" - implementation "androidx.fragment:fragment-ktx:1.4.0" + implementation "androidx.fragment:fragment-ktx:1.4.1" implementation "androidx.appcompat:appcompat:1.4.1" implementation "androidx.preference:preference-ktx:1.1.1" implementation "androidx.constraintlayout:constraintlayout:2.1.3"